#BA5A37

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

Shades of Smoke Tree #BA5A37

Tints of Smoke Tree #BA5A37

Color information

#BA5A37 (or 0xBA5A37) is unknown color: approx Smoke Tree. HEX triplet: BA, 5A and 37. RGB value is (186,90,55). Sum of RGB (Red+Green+Blue) = 186+90+55=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A37 is #45A5C8. Grayscale: #727272. Windows color (decimal): -4564425 or 3627706. OLE color: 3627706.

HSL color Cylindrical-coordinate representation of color #BA5A37: hue angle of 16.03º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA5A37 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1869055-
CMYK00.520.700.27
HSL16.03º54.36%47.25%-
HSV(B)16.03º70.43%72.94%-
XYZ24.618.035.8-
YUV114.7194.3178.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 55 (21.88% from 255) = 16.62%
R=56.19%
G=27.19%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186905500.520.700.2716.0354.3647.25
HexBA5A37034461B10362f
Octal2721326706410633206657
Binary101110101011010110111011010010001101101110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A37; }

 p { color: rgb(186,90,55); }

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

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

 a { background-color: rgb(186,90,55); }

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

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

 span { border-color: rgb(186,90,55); }

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