#B9A980

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

Shades of Pavlova #B9A980

Tints of Pavlova #B9A980

Color information

#B9A980 (or 0xB9A980) is unknown color: approx Pavlova. HEX triplet: B9, A9 and 80. RGB value is (185,169,128). Sum of RGB (Red+Green+Blue) = 185+169+128=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A980 is #46567F. Grayscale: #A9A9A9. Windows color (decimal): -4609664 or 8432057. OLE color: 8432057.

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

Color convert

RGB185169128-
CMYK00.090.310.27
HSL43.16º28.93%61.37%-
HSV(B)43.16º30.81%72.55%-
XYZ38.0940.2526.18-
YUV169.11104.8139.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=38.38%
G=35.06%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516912800.090.310.2743.1628.9361.37
HexB9A980091F1B2b1d3d
Octal2712512000113733533575
Binary10111001101010011000000001001111111101110101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A980; }

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

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

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

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

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

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

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

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