#B9A881

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

Shades of Pavlova #B9A881

Tints of Pavlova #B9A881

Color information

#B9A881 (or 0xB9A881) is unknown color: approx Pavlova. HEX triplet: B9, A8 and 81. RGB value is (185,168,129). Sum of RGB (Red+Green+Blue) = 185+168+129=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A881 is #46577E. Grayscale: #A8A8A8. Windows color (decimal): -4609919 or 8497337. OLE color: 8497337.

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

Color convert

RGB185168129-
CMYK00.090.300.27
HSL41.79º28.57%61.57%-
HSV(B)41.79º30.27%72.55%-
XYZ37.9739.926.47-
YUV168.64105.63139.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=38.38%
G=34.85%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516812900.090.300.2741.7928.5761.57
HexB9A881091E1B2a1d3e
Octal2712502010113633523576
Binary10111001101010001000000101001111101101110101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A881; }

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

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

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

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

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

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

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

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