#BA5830

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

Shades of Smoke Tree #BA5830

Tints of Smoke Tree #BA5830

Color information

#BA5830 (or 0xBA5830) is unknown color: approx Smoke Tree. HEX triplet: BA, 58 and 30. RGB value is (186,88,48). Sum of RGB (Red+Green+Blue) = 186+88+48=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5830 is #45A7CF. Grayscale: #717171. Windows color (decimal): -4564944 or 3168442. OLE color: 3168442.

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

Color convert

RGB1868848-
CMYK00.530.740.27
HSL17.39º58.97%45.88%-
HSV(B)17.39º74.19%72.94%-
XYZ24.2717.634.92-
YUV112.7491.47180.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=57.76%
G=27.33%
B=14.91%

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
Decimal186884800.530.740.2717.3958.9745.88
HexBA58300354A1B113b2e
Octal2721306006511233217356
Binary101110101011000110000011010110010101101110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5830; }

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

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

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

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

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

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

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

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