#B9A681

Color #B9A681 Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #B9A681

Tints of Pavlova #B9A681

Color information

#B9A681 (or 0xB9A681) is unknown color: approx Pavlova. HEX triplet: B9, A6 and 81. RGB value is (185,166,129). Sum of RGB (Red+Green+Blue) = 185+166+129=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A681 is #46597E. Grayscale: #A7A7A7. Windows color (decimal): -4610431 or 8496825. OLE color: 8496825.

HSL color Cylindrical-coordinate representation of color #B9A681: hue angle of 39.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9A681 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB185166129-
CMYK00.100.300.27
HSL39.64º28.57%61.57%-
HSV(B)39.64º30.27%72.55%-
XYZ37.6139.1726.35-
YUV167.46106.29140.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=38.54%
G=34.58%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516612900.100.300.2739.6428.5761.57
HexB9A6810A1E1B281d3e
Octal2712462010123633503576
Binary10111001101001101000000101010111101101110100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A681; }

 p { color: rgb(185,166,129); }

 H1.HeaderClassName
 {
   color: #B9A681;
 }
 .AnyTagClassName
 {
   color: #B9A681;
 }
</style>
background-color css

<style>
 a { background-color: #B9A681; }

 a { background-color: rgb(185,166,129); }

 div.DivClassName
 {
   background-color: #B9A681;
 }
 .BgClassName
 {
   background-color: #B9A681;
 }
</style>
border-color css

<style>
 span { border-color: #B9A681; }

 span { border-color: rgb(185,166,129); }

 td.TdClassName
 {
   border-color: #B9A681;
 }
 .TagClassName
 {
   border-color: #B9A681;
 }
</style>