#B9AF83

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

Shades of Chino #B9AF83

Tints of Chino #B9AF83

Color information

#B9AF83 (or 0xB9AF83) is unknown color: approx Chino. HEX triplet: B9, AF and 83. RGB value is (185,175,131). Sum of RGB (Red+Green+Blue) = 185+175+131=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF83 is #46507C. Grayscale: #ADADAD. Windows color (decimal): -4608125 or 8630201. OLE color: 8630201.

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

Color convert

RGB185175131-
CMYK00.050.290.27
HSL48.89º27.84%61.96%-
HSV(B)48.89º29.19%72.55%-
XYZ39.4342.6127.62-
YUV172.97104.31136.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 131 (51.56% from 255) = 26.68%
R=37.68%
G=35.64%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517513100.050.290.2748.8927.8461.96
HexB9AF83051D1B311c3e
Octal271257203053533613476
Binary1011100110101111100000110101111011101111000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF83; }

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

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

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

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

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

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

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

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