#B4A780

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

Shades of Pavlova #B4A780

Tints of Pavlova #B4A780

Color information

#B4A780 (or 0xB4A780) is unknown color: approx Pavlova. HEX triplet: B4, A7 and 80. RGB value is (180,167,128). Sum of RGB (Red+Green+Blue) = 180+167+128=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A780 is #4B587F. Grayscale: #A6A6A6. Windows color (decimal): -4937856 or 8431540. OLE color: 8431540.

HSL color Cylindrical-coordinate representation of color #B4A780: hue angle of 45º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4A780 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180167128-
CMYK00.070.290.29
HSL45º25.74%60.39%-
HSV(B)45º28.89%70.59%-
XYZ36.5438.926-
YUV166.44106.31137.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=37.89%
G=35.16%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016712800.070.290.294525.7460.39
HexB4A780071D1D2d1a3c
Octal264247200073535553274
Binary1011010010100111100000000111111011110110110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A780; }

 p { color: rgb(180,167,128); }

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

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

 a { background-color: rgb(180,167,128); }

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

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

 span { border-color: rgb(180,167,128); }

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