#B9AB85

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

Shades of Pavlova #B9AB85

Tints of Pavlova #B9AB85

Color information

#B9AB85 (or 0xB9AB85) is unknown color: approx Pavlova. HEX triplet: B9, AB and 85. RGB value is (185,171,133). Sum of RGB (Red+Green+Blue) = 185+171+133=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB85 is #46547A. Grayscale: #ABABAB. Windows color (decimal): -4609147 or 8760249. OLE color: 8760249.

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

Color convert

RGB185171133-
CMYK00.080.280.27
HSL43.85º27.08%62.35%-
HSV(B)43.85º28.11%72.55%-
XYZ38.841.1328.08-
YUV170.85106.64138.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=37.83%
G=34.97%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517113300.080.280.2743.8527.0862.35
HexB9AB85081C1B2c1b3e
Octal2712532050103433543376
Binary10111001101010111000010101000111001101110110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB85; }

 p { color: rgb(185,171,133); }

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

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

 a { background-color: rgb(185,171,133); }

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

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

 span { border-color: rgb(185,171,133); }

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