#BAAE88

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

Shades of Chino #BAAE88

Tints of Chino #BAAE88

Color information

#BAAE88 (or 0xBAAE88) is unknown color: approx Chino. HEX triplet: BA, AE and 88. RGB value is (186,174,136). Sum of RGB (Red+Green+Blue) = 186+174+136=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE88 is #455177. Grayscale: #ADADAD. Windows color (decimal): -4542840 or 8957626. OLE color: 8957626.

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

Color convert

RGB186174136-
CMYK00.060.270.27
HSL45.6º26.6%63.14%-
HSV(B)45.6º26.88%72.94%-
XYZ39.8342.4929.39-
YUV173.26106.98137.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=37.5%
G=35.08%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617413600.060.270.2745.626.663.14
HexBAAE88061B1B2e1b3f
Octal272256210063333563377
Binary1011101010101110100010000110110111101110111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE88; }

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

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

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

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

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

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

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

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