#B7AC86

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

Shades of Chino #B7AC86

Tints of Chino #B7AC86

Color information

#B7AC86 (or 0xB7AC86) is unknown color: approx Chino. HEX triplet: B7, AC and 86. RGB value is (183,172,134). Sum of RGB (Red+Green+Blue) = 183+172+134=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC86 is #485379. Grayscale: #ABABAB. Windows color (decimal): -4739962 or 8826039. OLE color: 8826039.

HSL color Cylindrical-coordinate representation of color #B7AC86: hue angle of 46.53º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7AC86 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB183172134-
CMYK00.060.270.28
HSL46.53º25.39%62.16%-
HSV(B)46.53º26.78%71.76%-
XYZ38.5841.2928.49-
YUV170.96107.14136.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=37.42%
G=35.17%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317213400.060.270.2846.5325.3962.16
HexB7AC86061B1C2f193e
Octal267254206063334573176
Binary1011011110101100100001100110110111110010111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC86; }

 p { color: rgb(183,172,134); }

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

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

 a { background-color: rgb(183,172,134); }

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

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

 span { border-color: rgb(183,172,134); }

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