#B4A580

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

Shades of Pavlova #B4A580

Tints of Pavlova #B4A580

Color information

#B4A580 (or 0xB4A580) is unknown color: approx Pavlova. HEX triplet: B4, A5 and 80. RGB value is (180,165,128). Sum of RGB (Red+Green+Blue) = 180+165+128=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A580 is #4B5A7F. Grayscale: #A5A5A5. Windows color (decimal): -4938368 or 8431028. OLE color: 8431028.

HSL color Cylindrical-coordinate representation of color #B4A580: hue angle of 42.69º 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 #B4A580 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180165128-
CMYK00.080.290.29
HSL42.69º25.74%60.39%-
HSV(B)42.69º28.89%70.59%-
XYZ36.1738.1725.88-
YUV165.27106.97138.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=38.05%
G=34.88%
B=27.06%

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
Decimal18016512800.080.290.2942.6925.7460.39
HexB4A580081D1D2b1a3c
Octal2642452000103535533274
Binary10110100101001011000000001000111011110110101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A580; }

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

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

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

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

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

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

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

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