#BA5C2A

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

Shades of Smoke Tree #BA5C2A

Tints of Smoke Tree #BA5C2A

Color information

#BA5C2A (or 0xBA5C2A) is unknown color: approx Smoke Tree. HEX triplet: BA, 5C and 2A. RGB value is (186,92,42). Sum of RGB (Red+Green+Blue) = 186+92+42=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C2A is #45A3D5. Grayscale: #727272. Windows color (decimal): -4563926 or 2776250. OLE color: 2776250.

HSL color Cylindrical-coordinate representation of color #BA5C2A: hue angle of 20.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA5C2A is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1869242-
CMYK00.510.770.27
HSL20.83º63.16%44.71%-
HSV(B)20.83º77.42%72.94%-
XYZ24.4918.264.42-
YUV114.4187.14179.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 42 (16.80% from 255) = 13.12%
R=58.12%
G=28.75%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186924200.510.770.2720.8363.1644.71
HexBA5C2A0334D1B153f2d
Octal2721345206311533257755
Binary101110101011100101010011001110011011101110101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C2A; }

 p { color: rgb(186,92,42); }

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

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

 a { background-color: rgb(186,92,42); }

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

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

 span { border-color: rgb(186,92,42); }

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