#B9A585

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

Shades of Pavlova #B9A585

Tints of Pavlova #B9A585

Color information

#B9A585 (or 0xB9A585) is unknown color: approx Pavlova. HEX triplet: B9, A5 and 85. RGB value is (185,165,133). Sum of RGB (Red+Green+Blue) = 185+165+133=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A585 is #465A7A. Grayscale: #A7A7A7. Windows color (decimal): -4610683 or 8758713. OLE color: 8758713.

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

Color convert

RGB185165133-
CMYK00.110.280.27
HSL36.92º27.08%62.35%-
HSV(B)36.92º28.11%72.55%-
XYZ37.738.9227.72-
YUV167.33108.63140.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=38.30%
G=34.16%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516513300.110.280.2736.9227.0862.35
HexB9A5850B1C1B251b3e
Octal2712452050133433453376
Binary10111001101001011000010101011111001101110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A585; }

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

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

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

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

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

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

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

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