#B6AE89

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

Shades of Chino #B6AE89

Tints of Chino #B6AE89

Color information

#B6AE89 (or 0xB6AE89) is unknown color: approx Chino. HEX triplet: B6, AE and 89. RGB value is (182,174,137). Sum of RGB (Red+Green+Blue) = 182+174+137=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AE89 is #495176. Grayscale: #ACACAC. Windows color (decimal): -4804983 or 9023158. OLE color: 9023158.

HSL color Cylindrical-coordinate representation of color #B6AE89: hue angle of 49.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6AE89 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB182174137-
CMYK00.040.250.29
HSL49.33º23.56%62.55%-
HSV(B)49.33º24.73%71.37%-
XYZ38.9442.0229.73-
YUV172.17108.15135.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=36.92%
G=35.29%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217413700.040.250.2949.3323.5662.55
HexB6AE8904191D31183f
Octal266256211043135613077
Binary1011011010101110100010010100110011110111000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE89; }

 p { color: rgb(182,174,137); }

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

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

 a { background-color: rgb(182,174,137); }

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

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

 span { border-color: rgb(182,174,137); }

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