#B9A57C

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

Shades of Pavlova #B9A57C

Tints of Pavlova #B9A57C

Color information

#B9A57C (or 0xB9A57C) is unknown color: approx Pavlova. HEX triplet: B9, A5 and 7C. RGB value is (185,165,124). Sum of RGB (Red+Green+Blue) = 185+165+124=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A57C is #465A83. Grayscale: #A6A6A6. Windows color (decimal): -4610692 or 8168889. OLE color: 8168889.

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

Color convert

RGB185165124-
CMYK00.110.330.27
HSL40.33º30.35%60.59%-
HSV(B)40.33º32.97%72.55%-
XYZ37.138.6824.58-
YUV166.31104.13141.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 124 (48.83% from 255) = 26.16%
R=39.03%
G=34.81%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516512400.110.330.2740.3330.3560.59
HexB9A57C0B211B281e3d
Octal2712451740134133503675
Binary10111001101001011111100010111000011101110100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A57C; }

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

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

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

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

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

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

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

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