#B4A581

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

Shades of Pavlova #B4A581

Tints of Pavlova #B4A581

Color information

#B4A581 (or 0xB4A581) is unknown color: approx Pavlova. HEX triplet: B4, A5 and 81. RGB value is (180,165,129). Sum of RGB (Red+Green+Blue) = 180+165+129=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A581 is #4B5A7E. Grayscale: #A5A5A5. Windows color (decimal): -4938367 or 8496564. OLE color: 8496564.

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

Color convert

RGB180165129-
CMYK00.080.280.29
HSL42.35º25.37%60.59%-
HSV(B)42.35º28.33%70.59%-
XYZ36.2438.226.23-
YUV165.38107.47138.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=37.97%
G=34.81%
B=27.22%

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
Decimal18016512900.080.280.2942.3525.3760.59
HexB4A581081C1D2a193d
Octal2642452010103435523175
Binary10110100101001011000000101000111001110110101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A581; }

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

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

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

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

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

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

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

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