#B4A582

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

Shades of Pavlova #B4A582

Tints of Pavlova #B4A582

Color information

#B4A582 (or 0xB4A582) is unknown color: approx Pavlova. HEX triplet: B4, A5 and 82. RGB value is (180,165,130). Sum of RGB (Red+Green+Blue) = 180+165+130=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A582 is #4B5A7D. Grayscale: #A5A5A5. Windows color (decimal): -4938366 or 8562100. OLE color: 8562100.

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

Color convert

RGB180165130-
CMYK00.080.280.29
HSL42º25%60.78%-
HSV(B)42º27.78%70.59%-
XYZ36.3138.2326.58-
YUV165.49107.97138.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=37.89%
G=34.74%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016513000.080.280.29422560.78
HexB4A582081C1D2a193d
Octal2642452020103435523175
Binary10110100101001011000001001000111001110110101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A582; }

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

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

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

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

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

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

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

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