#B5A780

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

Shades of Pavlova #B5A780

Tints of Pavlova #B5A780

Color information

#B5A780 (or 0xB5A780) is unknown color: approx Pavlova. HEX triplet: B5, A7 and 80. RGB value is (181,167,128). Sum of RGB (Red+Green+Blue) = 181+167+128=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A780 is #4A587F. Grayscale: #A6A6A6. Windows color (decimal): -4872320 or 8431541. OLE color: 8431541.

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

Color convert

RGB181167128-
CMYK00.080.290.29
HSL44.15º26.37%60.59%-
HSV(B)44.15º29.28%70.98%-
XYZ36.7739.0226.02-
YUV166.74106.14138.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 167 (65.62% from 255) = 35.08%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=38.03%
G=35.08%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116712800.080.290.2944.1526.3760.59
HexB5A780081D1D2c1a3d
Octal2652472000103535543275
Binary10110101101001111000000001000111011110110110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A780; }

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

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

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

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

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

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

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

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