#BAAE8E

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

Shades of Chino #BAAE8E

Tints of Chino #BAAE8E

Color information

#BAAE8E (or 0xBAAE8E) is unknown color: approx Chino. HEX triplet: BA, AE and 8E. RGB value is (186,174,142). Sum of RGB (Red+Green+Blue) = 186+174+142=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE8E is #455171. Grayscale: #AEAEAE. Windows color (decimal): -4542834 or 9350842. OLE color: 9350842.

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

Color convert

RGB186174142-
CMYK00.060.240.27
HSL43.64º24.18%64.31%-
HSV(B)43.64º23.66%72.94%-
XYZ40.2742.6631.7-
YUV173.94109.98136.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=37.05%
G=34.66%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617414200.060.240.2743.6424.1864.31
HexBAAE8E06181B2c1840
Octal2722562160630335430100
Binary10111010101011101000111001101100011011101100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE8E; }

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

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

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

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

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

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

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

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