#BA603F

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

Shades of Smoke Tree #BA603F

Tints of Smoke Tree #BA603F

Color information

#BA603F (or 0xBA603F) is unknown color: approx Smoke Tree. HEX triplet: BA, 60 and 3F. RGB value is (186,96,63). Sum of RGB (Red+Green+Blue) = 186+96+63=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA603F is #459FC0. Grayscale: #777777. Windows color (decimal): -4562881 or 4153530. OLE color: 4153530.

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

Color convert

RGB1869663-
CMYK00.480.660.27
HSL16.1º49.4%48.82%-
HSV(B)16.1º66.13%72.94%-
XYZ25.3319.167.07-
YUV119.1596.32175.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 63 (25% from 255) = 18.26%
R=53.91%
G=27.83%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186966300.480.660.2716.149.448.82
HexBA603F030421B103131
Octal2721407706010233206161
Binary101110101100000111111011000010000101101110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA603F; }

 p { color: rgb(186,96,63); }

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

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

 a { background-color: rgb(186,96,63); }

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

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

 span { border-color: rgb(186,96,63); }

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