#B6AC84

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

Shades of Chino #B6AC84

Tints of Chino #B6AC84

Color information

#B6AC84 (or 0xB6AC84) is unknown color: approx Chino. HEX triplet: B6, AC and 84. RGB value is (182,172,132). Sum of RGB (Red+Green+Blue) = 182+172+132=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC84 is #49537B. Grayscale: #AAAAAA. Windows color (decimal): -4805500 or 8694966. OLE color: 8694966.

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

Color convert

RGB182172132-
CMYK00.050.270.29
HSL48º25.51%61.57%-
HSV(B)48º27.47%71.37%-
XYZ38.2141.1227.75-
YUV170.43106.31136.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=37.45%
G=35.39%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217213200.050.270.294825.5161.57
HexB6AC84051B1D301a3e
Octal266254204053335603276
Binary1011011010101100100001000101110111110111000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC84; }

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

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

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

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

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

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

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

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