#B6AC87

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

Shades of Chino #B6AC87

Tints of Chino #B6AC87

Color information

#B6AC87 (or 0xB6AC87) is unknown color: approx Chino. HEX triplet: B6, AC and 87. RGB value is (182,172,135). Sum of RGB (Red+Green+Blue) = 182+172+135=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC87 is #495378. Grayscale: #AAAAAA. Windows color (decimal): -4805497 or 8891574. OLE color: 8891574.

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

Color convert

RGB182172135-
CMYK00.050.260.29
HSL47.23º24.35%62.16%-
HSV(B)47.23º25.82%71.37%-
XYZ38.4241.228.85-
YUV170.77107.81136.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=37.22%
G=35.17%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217213500.050.260.2947.2324.3562.16
HexB6AC87051A1D2f183e
Octal266254207053235573076
Binary1011011010101100100001110101110101110110111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC87; }

 p { color: rgb(182,172,135); }

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

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

 a { background-color: rgb(182,172,135); }

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

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

 span { border-color: rgb(182,172,135); }

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