#B5A786

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

Shades of Pavlova #B5A786

Tints of Pavlova #B5A786

Color information

#B5A786 (or 0xB5A786) is unknown color: approx Pavlova. HEX triplet: B5, A7 and 86. RGB value is (181,167,134). Sum of RGB (Red+Green+Blue) = 181+167+134=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A786 is #4A5879. Grayscale: #A7A7A7. Windows color (decimal): -4872314 or 8824757. OLE color: 8824757.

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

Color convert

RGB181167134-
CMYK00.080.260.29
HSL42.13º24.1%61.76%-
HSV(B)42.13º25.97%70.98%-
XYZ37.1839.1828.16-
YUV167.42109.14137.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=37.55%
G=34.65%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116713400.080.260.2942.1324.161.76
HexB5A786081A1D2a183e
Octal2652472060103235523076
Binary10110101101001111000011001000110101110110101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A786; }

 p { color: rgb(181,167,134); }

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

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

 a { background-color: rgb(181,167,134); }

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

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

 span { border-color: rgb(181,167,134); }

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