#B6AC8E

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

Shades of Chino #B6AC8E

Tints of Chino #B6AC8E

Color information

#B6AC8E (or 0xB6AC8E) is unknown color: approx Chino. HEX triplet: B6, AC and 8E. RGB value is (182,172,142). Sum of RGB (Red+Green+Blue) = 182+172+142=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC8E is #495371. Grayscale: #ABABAB. Windows color (decimal): -4805490 or 9350326. OLE color: 9350326.

HSL color Cylindrical-coordinate representation of color #B6AC8E: hue angle of 45º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6AC8E is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB182172142-
CMYK00.050.220.29
HSL45º21.51%63.53%-
HSV(B)45º21.98%71.37%-
XYZ38.9341.431.53-
YUV171.57111.31135.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=36.69%
G=34.68%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217214200.050.220.294521.5163.53
HexB6AC8E05161D2d1640
Octal2662542160526355526100
Binary10110110101011001000111001011011011101101101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC8E; }

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

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

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

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

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

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

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

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