#B9AE83

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

Shades of Chino #B9AE83

Tints of Chino #B9AE83

Color information

#B9AE83 (or 0xB9AE83) is unknown color: approx Chino. HEX triplet: B9, AE and 83. RGB value is (185,174,131). Sum of RGB (Red+Green+Blue) = 185+174+131=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AE83 is #46517C. Grayscale: #ACACAC. Windows color (decimal): -4608381 or 8629945. OLE color: 8629945.

HSL color Cylindrical-coordinate representation of color #B9AE83: hue angle of 47.78º 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 #B9AE83 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB185174131-
CMYK00.060.290.27
HSL47.78º27.84%61.96%-
HSV(B)47.78º29.19%72.55%-
XYZ39.2442.2327.55-
YUV172.39104.64137-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=37.76%
G=35.51%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517413100.060.290.2747.7827.8461.96
HexB9AE83061D1B301c3e
Octal271256203063533603476
Binary1011100110101110100000110110111011101111000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE83; }

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

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

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

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

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

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

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

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