#B9A67D

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

Shades of Pavlova #B9A67D

Tints of Pavlova #B9A67D

Color information

#B9A67D (or 0xB9A67D) is unknown color: approx Pavlova. HEX triplet: B9, A6 and 7D. RGB value is (185,166,125). Sum of RGB (Red+Green+Blue) = 185+166+125=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A67D is #465982. Grayscale: #A7A7A7. Windows color (decimal): -4610435 or 8234681. OLE color: 8234681.

HSL color Cylindrical-coordinate representation of color #B9A67D: hue angle of 41º 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 #B9A67D is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB185166125-
CMYK00.100.320.27
HSL41º30%60.78%-
HSV(B)41º32.43%72.55%-
XYZ37.3539.0724.97-
YUV167.01104.29140.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=38.87%
G=34.87%
B=26.26%

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
Decimal18516612500.100.320.27413060.78
HexB9A67D0A201B291e3d
Octal2712461750124033513675
Binary10111001101001101111101010101000001101110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A67D; }

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

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

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

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

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

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

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

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