#BA5735

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

Shades of Smoke Tree #BA5735

Tints of Smoke Tree #BA5735

Color information

#BA5735 (or 0xBA5735) is unknown color: approx Smoke Tree. HEX triplet: BA, 57 and 35. RGB value is (186,87,53). Sum of RGB (Red+Green+Blue) = 186+87+53=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5735 is #45A8CA. Grayscale: #707070. Windows color (decimal): -4565195 or 3495866. OLE color: 3495866.

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

Color convert

RGB1868753-
CMYK00.530.720.27
HSL15.34º55.65%46.86%-
HSV(B)15.34º71.51%72.94%-
XYZ24.317.515.47-
YUV112.7294.3180.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=57.06%
G=26.69%
B=16.26%

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
Decimal186875300.530.720.2715.3455.6546.86
HexBA5735035481Bf382f
Octal2721276506511033177057
Binary10111010101011111010101101011001000110111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5735; }

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

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

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

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

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

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

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

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