#B9A983

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

Shades of Pavlova #B9A983

Tints of Pavlova #B9A983

Color information

#B9A983 (or 0xB9A983) is unknown color: approx Pavlova. HEX triplet: B9, A9 and 83. RGB value is (185,169,131). Sum of RGB (Red+Green+Blue) = 185+169+131=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A983 is #46567C. Grayscale: #A9A9A9. Windows color (decimal): -4609661 or 8628665. OLE color: 8628665.

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

Color convert

RGB185169131-
CMYK00.090.290.27
HSL42.22º27.84%61.96%-
HSV(B)42.22º29.19%72.55%-
XYZ38.2940.3327.24-
YUV169.45106.3139.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=38.14%
G=34.85%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516913100.090.290.2742.2227.8461.96
HexB9A983091D1B2a1c3e
Octal2712512030113533523476
Binary10111001101010011000001101001111011101110101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A983; }

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

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

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

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

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

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

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

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