#BA5733

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

Shades of Smoke Tree #BA5733

Tints of Smoke Tree #BA5733

Color information

#BA5733 (or 0xBA5733) is unknown color: approx Smoke Tree. HEX triplet: BA, 57 and 33. RGB value is (186,87,51). Sum of RGB (Red+Green+Blue) = 186+87+51=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5733 is #45A8CC. Grayscale: #707070. Windows color (decimal): -4565197 or 3364794. OLE color: 3364794.

HSL color Cylindrical-coordinate representation of color #BA5733: hue angle of 16º 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 #BA5733 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1868751-
CMYK00.530.730.27
HSL16º56.96%46.47%-
HSV(B)16º72.58%72.94%-
XYZ24.2617.495.23-
YUV112.593.3180.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 51 (20.31% from 255) = 15.74%
R=57.41%
G=26.85%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186875100.530.730.271656.9646.47
HexBA5733035491B10392e
Octal2721276306511133207156
Binary101110101010111110011011010110010011101110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5733; }

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

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

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

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

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

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

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

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