#BAAE8B

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

Shades of Chino #BAAE8B

Tints of Chino #BAAE8B

Color information

#BAAE8B (or 0xBAAE8B) is unknown color: approx Chino. HEX triplet: BA, AE and 8B. RGB value is (186,174,139). Sum of RGB (Red+Green+Blue) = 186+174+139=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE8B is #455174. Grayscale: #ADADAD. Windows color (decimal): -4542837 or 9154234. OLE color: 9154234.

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

Color convert

RGB186174139-
CMYK00.060.250.27
HSL44.68º25.41%63.73%-
HSV(B)44.68º25.27%72.94%-
XYZ40.0542.5830.53-
YUV173.6108.48136.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=37.27%
G=34.87%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617413900.060.250.2744.6825.4163.73
HexBAAE8B06191B2d1940
Octal2722562130631335531100
Binary10111010101011101000101101101100111011101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE8B; }

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

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

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

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

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

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

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

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