#B5A58E

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

Shades of Pavlova #B5A58E

Tints of Pavlova #B5A58E

Color information

#B5A58E (or 0xB5A58E) is unknown color: approx Pavlova. HEX triplet: B5, A5 and 8E. RGB value is (181,165,142). Sum of RGB (Red+Green+Blue) = 181+165+142=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A58E is #4A5A71. Grayscale: #A7A7A7. Windows color (decimal): -4872818 or 9348533. OLE color: 9348533.

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

Color convert

RGB181165142-
CMYK00.090.220.29
HSL35.38º20.86%63.33%-
HSV(B)35.38º21.55%70.98%-
XYZ37.3938.6931.09-
YUV167.16113.8137.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=37.09%
G=33.81%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116514200.090.220.2935.3820.8663.33
HexB5A58E09161D23153f
Octal2652452160112635432577
Binary10110101101001011000111001001101101110110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A58E; }

 p { color: rgb(181,165,142); }

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

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

 a { background-color: rgb(181,165,142); }

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

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

 span { border-color: rgb(181,165,142); }

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