#BA6035

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

Shades of Smoke Tree #BA6035

Tints of Smoke Tree #BA6035

Color information

#BA6035 (or 0xBA6035) is unknown color: approx Smoke Tree. HEX triplet: BA, 60 and 35. RGB value is (186,96,53). Sum of RGB (Red+Green+Blue) = 186+96+53=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6035 is #459FCA. Grayscale: #767676. Windows color (decimal): -4562891 or 3498170. OLE color: 3498170.

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

Color convert

RGB1869653-
CMYK00.480.720.27
HSL19.4º55.65%46.86%-
HSV(B)19.4º71.51%72.94%-
XYZ25.0819.065.73-
YUV118.0191.32176.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=55.52%
G=28.66%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186965300.480.720.2719.455.6546.86
HexBA6035030481B13382f
Octal2721406506011033237057
Binary101110101100000110101011000010010001101110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6035; }

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

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

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

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

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

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

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

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