#B2A581

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

Shades of Pavlova #B2A581

Tints of Pavlova #B2A581

Color information

#B2A581 (or 0xB2A581) is unknown color: approx Pavlova. HEX triplet: B2, A5 and 81. RGB value is (178,165,129). Sum of RGB (Red+Green+Blue) = 178+165+129=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A581 is #4D5A7E. Grayscale: #A4A4A4. Windows color (decimal): -5069439 or 8496562. OLE color: 8496562.

HSL color Cylindrical-coordinate representation of color #B2A581: hue angle of 44.08º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2A581 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB178165129-
CMYK00.070.280.30
HSL44.08º24.14%60.2%-
HSV(B)44.08º27.53%69.8%-
XYZ35.7837.9626.21-
YUV164.78107.81137.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 129 (50.78% from 255) = 27.33%
R=37.71%
G=34.96%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816512900.070.280.3044.0824.1460.2
HexB2A581071C1E2c183c
Octal262245201073436543074
Binary1011001010100101100000010111111001111010110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A581; }

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

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

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

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

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

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

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

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