#BA5E2F

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

Shades of Smoke Tree #BA5E2F

Tints of Smoke Tree #BA5E2F

Color information

#BA5E2F (or 0xBA5E2F) is unknown color: approx Smoke Tree. HEX triplet: BA, 5E and 2F. RGB value is (186,94,47). Sum of RGB (Red+Green+Blue) = 186+94+47=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E2F is #45A1D0. Grayscale: #747474. Windows color (decimal): -4563409 or 3104442. OLE color: 3104442.

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

Color convert

RGB1869447-
CMYK00.490.750.27
HSL20.29º59.66%45.69%-
HSV(B)20.29º74.73%72.94%-
XYZ24.7718.654.98-
YUV116.1588.98177.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 47 (18.75% from 255) = 14.37%
R=56.88%
G=28.75%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186944700.490.750.2720.2959.6645.69
HexBA5E2F0314B1B143c2e
Octal2721365706111333247456
Binary101110101011110101111011000110010111101110100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E2F; }

 p { color: rgb(186,94,47); }

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

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

 a { background-color: rgb(186,94,47); }

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

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

 span { border-color: rgb(186,94,47); }

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