#B9AB80

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

Shades of Pavlova #B9AB80

Tints of Pavlova #B9AB80

Color information

#B9AB80 (or 0xB9AB80) is unknown color: approx Pavlova. HEX triplet: B9, AB and 80. RGB value is (185,171,128). Sum of RGB (Red+Green+Blue) = 185+171+128=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB80 is #46547F. Grayscale: #AAAAAA. Windows color (decimal): -4609152 or 8432569. OLE color: 8432569.

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

Color convert

RGB185171128-
CMYK00.080.310.27
HSL45.26º28.93%61.37%-
HSV(B)45.26º30.81%72.55%-
XYZ38.474126.31-
YUV170.28104.14138.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=38.22%
G=35.33%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517112800.080.310.2745.2628.9361.37
HexB9AB80081F1B2d1d3d
Octal2712532000103733553575
Binary10111001101010111000000001000111111101110110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB80; }

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

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

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

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

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

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

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

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