#B9A680

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

Shades of Pavlova #B9A680

Tints of Pavlova #B9A680

Color information

#B9A680 (or 0xB9A680) is unknown color: approx Pavlova. HEX triplet: B9, A6 and 80. RGB value is (185,166,128). Sum of RGB (Red+Green+Blue) = 185+166+128=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A680 is #46597F. Grayscale: #A7A7A7. Windows color (decimal): -4610432 or 8431289. OLE color: 8431289.

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

Color convert

RGB185166128-
CMYK00.100.310.27
HSL40º28.93%61.37%-
HSV(B)40º30.81%72.55%-
XYZ37.5439.1526-
YUV167.35105.79140.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=38.62%
G=34.66%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516612800.100.310.274028.9361.37
HexB9A6800A1F1B281d3d
Octal2712462000123733503575
Binary10111001101001101000000001010111111101110100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A680; }

 p { color: rgb(185,166,128); }

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

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

 a { background-color: rgb(185,166,128); }

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

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

 span { border-color: rgb(185,166,128); }

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