#B9AF85

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

Shades of Chino #B9AF85

Tints of Chino #B9AF85

Color information

#B9AF85 (or 0xB9AF85) is unknown color: approx Chino. HEX triplet: B9, AF and 85. RGB value is (185,175,133). Sum of RGB (Red+Green+Blue) = 185+175+133=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF85 is #46507A. Grayscale: #ADADAD. Windows color (decimal): -4608123 or 8761273. OLE color: 8761273.

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

Color convert

RGB185175133-
CMYK00.050.280.27
HSL48.46º27.08%62.35%-
HSV(B)48.46º28.11%72.55%-
XYZ39.5742.6728.34-
YUV173.2105.31136.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=37.53%
G=35.50%
B=26.98%

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
Decimal18517513300.050.280.2748.4627.0862.35
HexB9AF85051C1B301b3e
Octal271257205053433603376
Binary1011100110101111100001010101111001101111000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF85; }

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

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

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

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

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

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

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

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