#BA5C2E

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

Shades of Smoke Tree #BA5C2E

Tints of Smoke Tree #BA5C2E

Color information

#BA5C2E (or 0xBA5C2E) is unknown color: approx Smoke Tree. HEX triplet: BA, 5C and 2E. RGB value is (186,92,46). Sum of RGB (Red+Green+Blue) = 186+92+46=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C2E is #45A3D1. Grayscale: #737373. Windows color (decimal): -4563922 or 3038394. OLE color: 3038394.

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

Color convert

RGB1869246-
CMYK00.510.750.27
HSL19.71º60.34%45.49%-
HSV(B)19.71º75.27%72.94%-
XYZ24.5718.294.82-
YUV114.8689.14178.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 46 (18.36% from 255) = 14.20%
R=57.41%
G=28.40%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186924600.510.750.2719.7160.3445.49
HexBA5C2E0334B1B143c2d
Octal2721345606311333247455
Binary101110101011100101110011001110010111101110100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C2E; }

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

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

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

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

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

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

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

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