#B9A583

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

Shades of Pavlova #B9A583

Tints of Pavlova #B9A583

Color information

#B9A583 (or 0xB9A583) is unknown color: approx Pavlova. HEX triplet: B9, A5 and 83. RGB value is (185,165,131). Sum of RGB (Red+Green+Blue) = 185+165+131=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A583 is #465A7C. Grayscale: #A7A7A7. Windows color (decimal): -4610685 or 8627641. OLE color: 8627641.

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

Color convert

RGB185165131-
CMYK00.110.290.27
HSL37.78º27.84%61.96%-
HSV(B)37.78º29.19%72.55%-
XYZ37.5638.8626.99-
YUV167.1107.63140.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 131 (51.56% from 255) = 27.23%
R=38.46%
G=34.30%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516513100.110.290.2737.7827.8461.96
HexB9A5830B1D1B261c3e
Octal2712452030133533463476
Binary10111001101001011000001101011111011101110011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A583; }

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

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

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

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

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

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

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

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