#B9A283

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

Shades of Pavlova #B9A283

Tints of Pavlova #B9A283

Color information

#B9A283 (or 0xB9A283) is unknown color: approx Pavlova. HEX triplet: B9, A2 and 83. RGB value is (185,162,131). Sum of RGB (Red+Green+Blue) = 185+162+131=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A283 is #465D7C. Grayscale: #A5A5A5. Windows color (decimal): -4611453 or 8626873. OLE color: 8626873.

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

Color convert

RGB185162131-
CMYK00.120.290.27
HSL34.44º27.84%61.96%-
HSV(B)34.44º29.19%72.55%-
XYZ37.0237.7926.82-
YUV165.34108.62142.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 131 (51.56% from 255) = 27.41%
R=38.70%
G=33.89%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516213100.120.290.2734.4427.8461.96
HexB9A2830C1D1B221c3e
Octal2712422030143533423476
Binary10111001101000101000001101100111011101110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A283; }

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

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

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

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

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

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

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

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