#BA5F2F

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

Shades of Smoke Tree #BA5F2F

Tints of Smoke Tree #BA5F2F

Color information

#BA5F2F (or 0xBA5F2F) is unknown color: approx Smoke Tree. HEX triplet: BA, 5F and 2F. RGB value is (186,95,47). Sum of RGB (Red+Green+Blue) = 186+95+47=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F2F is #45A0D0. Grayscale: #757575. Windows color (decimal): -4563153 or 3104698. OLE color: 3104698.

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

Color convert

RGB1869547-
CMYK00.490.750.27
HSL20.72º59.66%45.69%-
HSV(B)20.72º74.73%72.94%-
XYZ24.8618.835.01-
YUV116.7488.65177.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 47 (18.75% from 255) = 14.33%
R=56.71%
G=28.96%
B=14.33%

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
Decimal186954700.490.750.2720.7259.6645.69
HexBA5F2F0314B1B153c2e
Octal2721375706111333257456
Binary101110101011111101111011000110010111101110101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F2F; }

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

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

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

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

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

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

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

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