#B9A67C

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

Shades of Pavlova #B9A67C

Tints of Pavlova #B9A67C

Color information

#B9A67C (or 0xB9A67C) is unknown color: approx Pavlova. HEX triplet: B9, A6 and 7C. RGB value is (185,166,124). Sum of RGB (Red+Green+Blue) = 185+166+124=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A67C is #465983. Grayscale: #A7A7A7. Windows color (decimal): -4610436 or 8169145. OLE color: 8169145.

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

Color convert

RGB185166124-
CMYK00.100.330.27
HSL41.31º30.35%60.59%-
HSV(B)41.31º32.97%72.55%-
XYZ37.2839.0424.64-
YUV166.89103.79140.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=38.95%
G=34.95%
B=26.11%

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
Decimal18516612400.100.330.2741.3130.3560.59
HexB9A67C0A211B291e3d
Octal2712461740124133513675
Binary10111001101001101111100010101000011101110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A67C; }

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

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

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

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

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

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

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

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