#B9A77C

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

Shades of Pavlova #B9A77C

Tints of Pavlova #B9A77C

Color information

#B9A77C (or 0xB9A77C) is unknown color: approx Pavlova. HEX triplet: B9, A7 and 7C. RGB value is (185,167,124). Sum of RGB (Red+Green+Blue) = 185+167+124=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A77C is #465883. Grayscale: #A7A7A7. Windows color (decimal): -4610180 or 8169401. OLE color: 8169401.

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

Color convert

RGB185167124-
CMYK00.100.330.27
HSL42.3º30.35%60.59%-
HSV(B)42.3º32.97%72.55%-
XYZ37.4639.4124.7-
YUV167.48103.46140.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 167 (65.62% from 255) = 35.08%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=38.87%
G=35.08%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516712400.100.330.2742.330.3560.59
HexB9A77C0A211B2a1e3d
Octal2712471740124133523675
Binary10111001101001111111100010101000011101110101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A77C; }

 p { color: rgb(185,167,124); }

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

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

 a { background-color: rgb(185,167,124); }

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

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

 span { border-color: rgb(185,167,124); }

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