#BA5730

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

Shades of Smoke Tree #BA5730

Tints of Smoke Tree #BA5730

Color information

#BA5730 (or 0xBA5730) is unknown color: approx Smoke Tree. HEX triplet: BA, 57 and 30. RGB value is (186,87,48). Sum of RGB (Red+Green+Blue) = 186+87+48=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5730 is #45A8CF. Grayscale: #707070. Windows color (decimal): -4565200 or 3168186. OLE color: 3168186.

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

Color convert

RGB1868748-
CMYK00.530.740.27
HSL16.96º58.97%45.88%-
HSV(B)16.96º74.19%72.94%-
XYZ24.1917.474.89-
YUV112.1591.8180.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=57.94%
G=27.10%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186874800.530.740.2716.9658.9745.88
HexBA57300354A1B113b2e
Octal2721276006511233217356
Binary101110101010111110000011010110010101101110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5730; }

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

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

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

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

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

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

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

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