#BAAE89

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

Shades of Chino #BAAE89

Tints of Chino #BAAE89

Color information

#BAAE89 (or 0xBAAE89) is unknown color: approx Chino. HEX triplet: BA, AE and 89. RGB value is (186,174,137). Sum of RGB (Red+Green+Blue) = 186+174+137=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE89 is #455176. Grayscale: #ADADAD. Windows color (decimal): -4542839 or 9023162. OLE color: 9023162.

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

Color convert

RGB186174137-
CMYK00.060.260.27
HSL45.31º26.2%63.33%-
HSV(B)45.31º26.34%72.94%-
XYZ39.942.5229.77-
YUV173.37107.48137.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 137 (53.91% from 255) = 27.57%
R=37.42%
G=35.01%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617413700.060.260.2745.3126.263.33
HexBAAE89061A1B2d1a3f
Octal272256211063233553277
Binary1011101010101110100010010110110101101110110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE89; }

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

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

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

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

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

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

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

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