#B9A981

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

Shades of Pavlova #B9A981

Tints of Pavlova #B9A981

Color information

#B9A981 (or 0xB9A981) is unknown color: approx Pavlova. HEX triplet: B9, A9 and 81. RGB value is (185,169,129). Sum of RGB (Red+Green+Blue) = 185+169+129=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A981 is #46567E. Grayscale: #A9A9A9. Windows color (decimal): -4609663 or 8497593. OLE color: 8497593.

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

Color convert

RGB185169129-
CMYK00.090.300.27
HSL42.86º28.57%61.57%-
HSV(B)42.86º30.27%72.55%-
XYZ38.1640.2826.53-
YUV169.22105.3139.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=38.30%
G=34.99%
B=26.71%

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
Decimal18516912900.090.300.2742.8628.5761.57
HexB9A981091E1B2b1d3e
Octal2712512010113633533576
Binary10111001101010011000000101001111101101110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A981; }

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

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

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

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

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

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

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

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