#B9A574

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

Shades of Pavlova #B9A574

Tints of Pavlova #B9A574

Color information

#B9A574 (or 0xB9A574) is unknown color: approx Pavlova. HEX triplet: B9, A5 and 74. RGB value is (185,165,116). Sum of RGB (Red+Green+Blue) = 185+165+116=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A574 is #465A8B. Grayscale: #A5A5A5. Windows color (decimal): -4610700 or 7644601. OLE color: 7644601.

HSL color Cylindrical-coordinate representation of color #B9A574: hue angle of 42.61º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9A574 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB185165116-
CMYK00.110.370.27
HSL42.61º33.01%59.02%-
HSV(B)42.61º37.3%72.55%-
XYZ36.6238.4922.02-
YUV165.39100.13141.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=39.70%
G=35.41%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516511600.110.370.2742.6133.0159.02
HexB9A5740B251B2b213b
Octal2712451640134533534173
Binary101110011010010111101000101110010111011101011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A574; }

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

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

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

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

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

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

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

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