#BA5F3C

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

Shades of Smoke Tree #BA5F3C

Tints of Smoke Tree #BA5F3C

Color information

#BA5F3C (or 0xBA5F3C) is unknown color: approx Smoke Tree. HEX triplet: BA, 5F and 3C. RGB value is (186,95,60). Sum of RGB (Red+Green+Blue) = 186+95+60=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F3C is #45A0C3. Grayscale: #767676. Windows color (decimal): -4563140 or 3956666. OLE color: 3956666.

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

Color convert

RGB1869560-
CMYK00.490.680.27
HSL16.67º51.22%48.24%-
HSV(B)16.67º67.74%72.94%-
XYZ25.1618.956.61-
YUV118.2295.15176.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=54.55%
G=27.86%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186956000.490.680.2716.6751.2248.24
HexBA5F3C031441B113330
Octal2721377406110433216360
Binary101110101011111111100011000110001001101110001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F3C; }

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

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

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

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

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

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

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

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