#B5A28B

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

Shades of Pavlova #B5A28B

Tints of Pavlova #B5A28B

Color information

#B5A28B (or 0xB5A28B) is unknown color: approx Pavlova. HEX triplet: B5, A2 and 8B. RGB value is (181,162,139). Sum of RGB (Red+Green+Blue) = 181+162+139=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A28B is #4A5D74. Grayscale: #A5A5A5. Windows color (decimal): -4873589 or 9151157. OLE color: 9151157.

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

Color convert

RGB181162139-
CMYK00.100.230.29
HSL32.86º22.11%62.75%-
HSV(B)32.86º23.2%70.98%-
XYZ36.6437.5329.74-
YUV165.06113.29139.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=37.55%
G=33.61%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116213900.100.230.2932.8622.1162.75
HexB5A28B0A171D21163f
Octal2652422130122735412677
Binary10110101101000101000101101010101111110110000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A28B; }

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

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

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

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

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

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

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

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