#BAAE8A

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

Shades of Chino #BAAE8A

Tints of Chino #BAAE8A

Color information

#BAAE8A (or 0xBAAE8A) is unknown color: approx Chino. HEX triplet: BA, AE and 8A. RGB value is (186,174,138). Sum of RGB (Red+Green+Blue) = 186+174+138=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE8A is #455175. Grayscale: #ADADAD. Windows color (decimal): -4542838 or 9088698. OLE color: 9088698.

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

Color convert

RGB186174138-
CMYK00.060.260.27
HSL45º25.81%63.53%-
HSV(B)45º25.81%72.94%-
XYZ39.9742.5530.15-
YUV173.48107.98136.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=37.35%
G=34.94%
B=27.71%

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
Decimal18617413800.060.260.274525.8163.53
HexBAAE8A061A1B2d1a40
Octal2722562120632335532100
Binary10111010101011101000101001101101011011101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE8A; }

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

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

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

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

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

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

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

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