#BA5A30

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

Shades of Smoke Tree #BA5A30

Tints of Smoke Tree #BA5A30

Color information

#BA5A30 (or 0xBA5A30) is unknown color: approx Smoke Tree. HEX triplet: BA, 5A and 30. RGB value is (186,90,48). Sum of RGB (Red+Green+Blue) = 186+90+48=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A30 is #45A5CF. Grayscale: #727272. Windows color (decimal): -4564432 or 3168954. OLE color: 3168954.

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

Color convert

RGB1869048-
CMYK00.520.740.27
HSL18.26º58.97%45.88%-
HSV(B)18.26º74.19%72.94%-
XYZ24.4417.964.98-
YUV113.9290.8179.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=57.41%
G=27.78%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186904800.520.740.2718.2658.9745.88
HexBA5A300344A1B123b2e
Octal2721326006411233227356
Binary101110101011010110000011010010010101101110010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A30; }

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

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

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

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

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

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

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

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