#BA5533

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

Shades of Smoke Tree #BA5533

Tints of Smoke Tree #BA5533

Color information

#BA5533 (or 0xBA5533) is unknown color: approx Smoke Tree. HEX triplet: BA, 55 and 33. RGB value is (186,85,51). Sum of RGB (Red+Green+Blue) = 186+85+51=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5533 is #45AACC. Grayscale: #6F6F6F. Windows color (decimal): -4565709 or 3364282. OLE color: 3364282.

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

Color convert

RGB1868551-
CMYK00.540.730.27
HSL15.11º56.96%46.47%-
HSV(B)15.11º72.58%72.94%-
XYZ24.117.185.18-
YUV111.3293.96181.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=57.76%
G=26.40%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186855100.540.730.2715.1156.9646.47
HexBA5533036491Bf392e
Octal2721256306611133177156
Binary10111010101010111001101101101001001110111111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5533; }

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

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

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

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

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

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

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

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