#B9AF86

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

Shades of Chino #B9AF86

Tints of Chino #B9AF86

Color information

#B9AF86 (or 0xB9AF86) is unknown color: approx Chino. HEX triplet: B9, AF and 86. RGB value is (185,175,134). Sum of RGB (Red+Green+Blue) = 185+175+134=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF86 is #465079. Grayscale: #ADADAD. Windows color (decimal): -4608122 or 8826809. OLE color: 8826809.

HSL color Cylindrical-coordinate representation of color #B9AF86: hue angle of 48.24º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9AF86 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB185175134-
CMYK00.050.280.27
HSL48.24º26.7%62.55%-
HSV(B)48.24º27.57%72.55%-
XYZ39.6442.728.71-
YUV173.32105.81136.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=37.45%
G=35.43%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517513400.050.280.2748.2426.762.55
HexB9AF86051C1B301b3f
Octal271257206053433603377
Binary1011100110101111100001100101111001101111000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF86; }

 p { color: rgb(185,175,134); }

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

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

 a { background-color: rgb(185,175,134); }

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

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

 span { border-color: rgb(185,175,134); }

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