#BAAE86

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

Shades of Chino #BAAE86

Tints of Chino #BAAE86

Color information

#BAAE86 (or 0xBAAE86) is unknown color: approx Chino. HEX triplet: BA, AE and 86. RGB value is (186,174,134). Sum of RGB (Red+Green+Blue) = 186+174+134=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE86 is #455179. Grayscale: #ADADAD. Windows color (decimal): -4542842 or 8826554. OLE color: 8826554.

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

Color convert

RGB186174134-
CMYK00.060.280.27
HSL46.15º27.37%62.75%-
HSV(B)46.15º27.96%72.94%-
XYZ39.6942.4328.65-
YUV173.03105.98137.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=37.65%
G=35.22%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617413400.060.280.2746.1527.3762.75
HexBAAE86061C1B2e1b3f
Octal272256206063433563377
Binary1011101010101110100001100110111001101110111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE86; }

 p { color: rgb(186,174,134); }

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

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

 a { background-color: rgb(186,174,134); }

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

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

 span { border-color: rgb(186,174,134); }

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