#B6AC8D

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

Shades of Chino #B6AC8D

Tints of Chino #B6AC8D

Color information

#B6AC8D (or 0xB6AC8D) is unknown color: approx Chino. HEX triplet: B6, AC and 8D. RGB value is (182,172,141). Sum of RGB (Red+Green+Blue) = 182+172+141=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC8D is #495372. Grayscale: #ABABAB. Windows color (decimal): -4805491 or 9284790. OLE color: 9284790.

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

Color convert

RGB182172141-
CMYK00.050.230.29
HSL45.37º21.93%63.33%-
HSV(B)45.37º22.53%71.37%-
XYZ38.8541.3731.14-
YUV171.46110.81135.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=36.77%
G=34.75%
B=28.48%

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
Decimal18217214100.050.230.2945.3721.9363.33
HexB6AC8D05171D2d163f
Octal266254215052735552677
Binary1011011010101100100011010101101111110110110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC8D; }

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

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

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

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

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

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

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

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