#BA5835

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

Shades of Smoke Tree #BA5835

Tints of Smoke Tree #BA5835

Color information

#BA5835 (or 0xBA5835) is unknown color: approx Smoke Tree. HEX triplet: BA, 58 and 35. RGB value is (186,88,53). Sum of RGB (Red+Green+Blue) = 186+88+53=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5835 is #45A7CA. Grayscale: #717171. Windows color (decimal): -4564939 or 3496122. OLE color: 3496122.

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

Color convert

RGB1868853-
CMYK00.530.720.27
HSL15.79º55.65%46.86%-
HSV(B)15.79º71.51%72.94%-
XYZ24.3817.685.49-
YUV113.3193.97179.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=56.88%
G=26.91%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186885300.530.720.2715.7955.6546.86
HexBA5835035481B10382f
Octal2721306506511033207057
Binary101110101011000110101011010110010001101110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5835; }

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

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

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

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

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

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

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

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