#BA5535

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

Shades of Smoke Tree #BA5535

Tints of Smoke Tree #BA5535

Color information

#BA5535 (or 0xBA5535) is unknown color: approx Smoke Tree. HEX triplet: BA, 55 and 35. RGB value is (186,85,53). Sum of RGB (Red+Green+Blue) = 186+85+53=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5535 is #45AACA. Grayscale: #6F6F6F. Windows color (decimal): -4565707 or 3495354. OLE color: 3495354.

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

Color convert

RGB1868553-
CMYK00.540.720.27
HSL14.44º55.65%46.86%-
HSV(B)14.44º71.51%72.94%-
XYZ24.1417.195.41-
YUV111.5594.96181.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=57.41%
G=26.23%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186855300.540.720.2714.4455.6546.86
HexBA5535036481Be382f
Octal2721256506611033167057
Binary10111010101010111010101101101001000110111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5535; }

 p { color: rgb(186,85,53); }

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

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

 a { background-color: rgb(186,85,53); }

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

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

 span { border-color: rgb(186,85,53); }

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