#B9A885

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

Shades of Pavlova #B9A885

Tints of Pavlova #B9A885

Color information

#B9A885 (or 0xB9A885) is unknown color: approx Pavlova. HEX triplet: B9, A8 and 85. RGB value is (185,168,133). Sum of RGB (Red+Green+Blue) = 185+168+133=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A885 is #46577A. Grayscale: #A9A9A9. Windows color (decimal): -4609915 or 8759481. OLE color: 8759481.

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

Color convert

RGB185168133-
CMYK00.090.280.27
HSL40.38º27.08%62.35%-
HSV(B)40.38º28.11%72.55%-
XYZ38.2440.0127.9-
YUV169.09107.63139.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=38.07%
G=34.57%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516813300.090.280.2740.3827.0862.35
HexB9A885091C1B281b3e
Octal2712502050113433503376
Binary10111001101010001000010101001111001101110100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A885; }

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

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

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

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

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

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

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

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