#B6AC8C

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

Shades of Chino #B6AC8C

Tints of Chino #B6AC8C

Color information

#B6AC8C (or 0xB6AC8C) is unknown color: approx Chino. HEX triplet: B6, AC and 8C. RGB value is (182,172,140). Sum of RGB (Red+Green+Blue) = 182+172+140=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC8C is #495373. Grayscale: #ABABAB. Windows color (decimal): -4805492 or 9219254. OLE color: 9219254.

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

Color convert

RGB182172140-
CMYK00.050.230.29
HSL45.71º22.34%63.14%-
HSV(B)45.71º23.08%71.37%-
XYZ38.7841.3430.75-
YUV171.34110.31135.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=36.84%
G=34.82%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217214000.050.230.2945.7122.3463.14
HexB6AC8C05171D2e163f
Octal266254214052735562677
Binary1011011010101100100011000101101111110110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC8C; }

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

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

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

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

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

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

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

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