#B5A28D

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

Shades of Pavlova #B5A28D

Tints of Pavlova #B5A28D

Color information

#B5A28D (or 0xB5A28D) is unknown color: approx Pavlova. HEX triplet: B5, A2 and 8D. RGB value is (181,162,141). Sum of RGB (Red+Green+Blue) = 181+162+141=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A28D is #4A5D72. Grayscale: #A5A5A5. Windows color (decimal): -4873587 or 9282229. OLE color: 9282229.

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

Color convert

RGB181162141-
CMYK00.100.220.29
HSL31.5º21.28%63.14%-
HSV(B)31.5º22.1%70.98%-
XYZ36.7837.5930.52-
YUV165.29114.29139.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=37.40%
G=33.47%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116214100.100.220.2931.521.2863.14
HexB5A28D0A161D20153f
Octal2652422150122635402577
Binary10110101101000101000110101010101101110110000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A28D; }

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

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

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

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

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

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

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

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