#B9AE87

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

Shades of Chino #B9AE87

Tints of Chino #B9AE87

Color information

#B9AE87 (or 0xB9AE87) is unknown color: approx Chino. HEX triplet: B9, AE and 87. RGB value is (185,174,135). Sum of RGB (Red+Green+Blue) = 185+174+135=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AE87 is #465178. Grayscale: #ADADAD. Windows color (decimal): -4608377 or 8892089. OLE color: 8892089.

HSL color Cylindrical-coordinate representation of color #B9AE87: hue angle of 46.8º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9AE87 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB185174135-
CMYK00.060.270.27
HSL46.8º26.32%62.75%-
HSV(B)46.8º27.03%72.55%-
XYZ39.5242.3429.01-
YUV172.84106.64136.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 135 (53.12% from 255) = 27.33%
R=37.45%
G=35.22%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517413500.060.270.2746.826.3262.75
HexB9AE87061B1B2f1a3f
Octal271256207063333573277
Binary1011100110101110100001110110110111101110111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE87; }

 p { color: rgb(185,174,135); }

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

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

 a { background-color: rgb(185,174,135); }

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

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

 span { border-color: rgb(185,174,135); }

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