#B5A887

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

Shades of Pavlova #B5A887

Tints of Pavlova #B5A887

Color information

#B5A887 (or 0xB5A887) is unknown color: approx Pavlova. HEX triplet: B5, A8 and 87. RGB value is (181,168,135). Sum of RGB (Red+Green+Blue) = 181+168+135=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A887 is #4A5778. Grayscale: #A8A8A8. Windows color (decimal): -4872057 or 8890549. OLE color: 8890549.

HSL color Cylindrical-coordinate representation of color #B5A887: hue angle of 43.04º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5A887 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181168135-
CMYK00.070.250.29
HSL43.04º23.71%61.96%-
HSV(B)43.04º25.41%70.98%-
XYZ37.4339.5828.59-
YUV168.12109.31137.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=37.40%
G=34.71%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116813500.070.250.2943.0423.7161.96
HexB5A88707191D2b183e
Octal265250207073135533076
Binary1011010110101000100001110111110011110110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A887; }

 p { color: rgb(181,168,135); }

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

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

 a { background-color: rgb(181,168,135); }

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

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

 span { border-color: rgb(181,168,135); }

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