#B9A37C

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

Shades of Pavlova #B9A37C

Tints of Pavlova #B9A37C

Color information

#B9A37C (or 0xB9A37C) is unknown color: approx Pavlova. HEX triplet: B9, A3 and 7C. RGB value is (185,163,124). Sum of RGB (Red+Green+Blue) = 185+163+124=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A37C is #465C83. Grayscale: #A5A5A5. Windows color (decimal): -4611204 or 8168377. OLE color: 8168377.

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

Color convert

RGB185163124-
CMYK00.120.330.27
HSL38.36º30.35%60.59%-
HSV(B)38.36º32.97%72.55%-
XYZ36.7437.9624.46-
YUV165.13104.79142.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 124 (48.83% from 255) = 26.27%
R=39.19%
G=34.53%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516312400.120.330.2738.3630.3560.59
HexB9A37C0C211B261e3d
Octal2712431740144133463675
Binary10111001101000111111100011001000011101110011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A37C; }

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

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

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

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

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

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

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

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