#B9A77D

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

Shades of Pavlova #B9A77D

Tints of Pavlova #B9A77D

Color information

#B9A77D (or 0xB9A77D) is unknown color: approx Pavlova. HEX triplet: B9, A7 and 7D. RGB value is (185,167,125). Sum of RGB (Red+Green+Blue) = 185+167+125=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A77D is #465882. Grayscale: #A7A7A7. Windows color (decimal): -4610179 or 8234937. OLE color: 8234937.

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

Color convert

RGB185167125-
CMYK00.100.320.27
HSL42º30%60.78%-
HSV(B)42º32.43%72.55%-
XYZ37.5339.4325.04-
YUV167.59103.96140.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=38.78%
G=35.01%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516712500.100.320.27423060.78
HexB9A77D0A201B2a1e3d
Octal2712471750124033523675
Binary10111001101001111111101010101000001101110101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A77D; }

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

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

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

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

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

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

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

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