#BAAE82

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

Shades of Chino #BAAE82

Tints of Chino #BAAE82

Color information

#BAAE82 (or 0xBAAE82) is unknown color: approx Chino. HEX triplet: BA, AE and 82. RGB value is (186,174,130). Sum of RGB (Red+Green+Blue) = 186+174+130=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE82 is #45517D. Grayscale: #ACACAC. Windows color (decimal): -4542846 or 8564410. OLE color: 8564410.

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

Color convert

RGB186174130-
CMYK00.060.300.27
HSL47.14º28.87%61.96%-
HSV(B)47.14º30.11%72.94%-
XYZ39.4242.3227.21-
YUV172.57103.98137.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=37.96%
G=35.51%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617413000.060.300.2747.1428.8761.96
HexBAAE82061E1B2f1d3e
Octal272256202063633573576
Binary1011101010101110100000100110111101101110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE82; }

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

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

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

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

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

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

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

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