#B4A28D

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

Shades of Pavlova #B4A28D

Tints of Pavlova #B4A28D

Color information

#B4A28D (or 0xB4A28D) is unknown color: approx Pavlova. HEX triplet: B4, A2 and 8D. RGB value is (180,162,141). Sum of RGB (Red+Green+Blue) = 180+162+141=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A28D is #4B5D72. Grayscale: #A5A5A5. Windows color (decimal): -4939123 or 9282228. OLE color: 9282228.

HSL color Cylindrical-coordinate representation of color #B4A28D: hue angle of 32.31º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A28D is Cyan = 0, Magento = 0.1, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180162141-
CMYK00.10.220.29
HSL32.31º20.63%62.94%-
HSV(B)32.31º21.67%70.59%-
XYZ36.5537.4730.5-
YUV164.99114.46138.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=37.27%
G=33.54%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016214100.10.220.2932.3120.6362.94
HexB4A28D0A161D20153f
Octal2642422150122635402577
Binary10110100101000101000110101010101101110110000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A28D; }

 p { color: rgb(180,162,141); }

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

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

 a { background-color: rgb(180,162,141); }

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

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

 span { border-color: rgb(180,162,141); }

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