#B5A486

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

Shades of Pavlova #B5A486

Tints of Pavlova #B5A486

Color information

#B5A486 (or 0xB5A486) is unknown color: approx Pavlova. HEX triplet: B5, A4 and 86. RGB value is (181,164,134). Sum of RGB (Red+Green+Blue) = 181+164+134=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A486 is #4A5B79. Grayscale: #A5A5A5. Windows color (decimal): -4873082 or 8823989. OLE color: 8823989.

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

Color convert

RGB181164134-
CMYK00.090.260.29
HSL38.3º24.1%61.76%-
HSV(B)38.3º25.97%70.98%-
XYZ36.6338.127.98-
YUV165.66110.13138.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=37.79%
G=34.24%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116413400.090.260.2938.324.161.76
HexB5A486091A1D26183e
Octal2652442060113235463076
Binary10110101101001001000011001001110101110110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A486; }

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

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

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

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

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

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

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

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