#BAAE85

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

Shades of Chino #BAAE85

Tints of Chino #BAAE85

Color information

#BAAE85 (or 0xBAAE85) is unknown color: approx Chino. HEX triplet: BA, AE and 85. RGB value is (186,174,133). Sum of RGB (Red+Green+Blue) = 186+174+133=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE85 is #45517A. Grayscale: #ADADAD. Windows color (decimal): -4542843 or 8761018. OLE color: 8761018.

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

Color convert

RGB186174133-
CMYK00.060.280.27
HSL46.42º27.75%62.55%-
HSV(B)46.42º28.49%72.94%-
XYZ39.6242.428.29-
YUV172.91105.48137.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=37.73%
G=35.29%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617413300.060.280.2746.4227.7562.55
HexBAAE85061C1B2e1c3f
Octal272256205063433563477
Binary1011101010101110100001010110111001101110111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE85; }

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

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

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

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

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

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

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

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