#B9A480

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

Shades of Pavlova #B9A480

Tints of Pavlova #B9A480

Color information

#B9A480 (or 0xB9A480) is unknown color: approx Pavlova. HEX triplet: B9, A4 and 80. RGB value is (185,164,128). Sum of RGB (Red+Green+Blue) = 185+164+128=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A480 is #465B7F. Grayscale: #A6A6A6. Windows color (decimal): -4610944 or 8430777. OLE color: 8430777.

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

Color convert

RGB185164128-
CMYK00.110.310.27
HSL37.89º28.93%61.37%-
HSV(B)37.89º30.81%72.55%-
XYZ37.1838.4225.88-
YUV166.18106.46141.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=38.78%
G=34.38%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516412800.110.310.2737.8928.9361.37
HexB9A4800B1F1B261d3d
Octal2712442000133733463575
Binary10111001101001001000000001011111111101110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A480; }

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

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

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

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

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

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

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

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