#B5AD87

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

Shades of Chino #B5AD87

Tints of Chino #B5AD87

Color information

#B5AD87 (or 0xB5AD87) is unknown color: approx Chino. HEX triplet: B5, AD and 87. RGB value is (181,173,135). Sum of RGB (Red+Green+Blue) = 181+173+135=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD87 is #4A5278. Grayscale: #ABABAB. Windows color (decimal): -4870777 or 8891829. OLE color: 8891829.

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

Color convert

RGB181173135-
CMYK00.040.250.29
HSL49.57º23.71%61.96%-
HSV(B)49.57º25.41%70.98%-
XYZ38.3741.4628.9-
YUV171.06107.65135.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=37.01%
G=35.38%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117313500.040.250.2949.5723.7161.96
HexB5AD8704191D32183e
Octal265255207043135623076
Binary1011010110101101100001110100110011110111001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD87; }

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

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

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

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

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

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

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

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