#BA573B

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

Shades of Smoke Tree #BA573B

Tints of Smoke Tree #BA573B

Color information

#BA573B (or 0xBA573B) is unknown color: approx Smoke Tree. HEX triplet: BA, 57 and 3B. RGB value is (186,87,59). Sum of RGB (Red+Green+Blue) = 186+87+59=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA573B is #45A8C4. Grayscale: #717171. Windows color (decimal): -4565189 or 3889082. OLE color: 3889082.

HSL color Cylindrical-coordinate representation of color #BA573B: hue angle of 13.23º degrees, saturation: 0.52, 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 #BA573B is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1868759-
CMYK00.530.680.27
HSL13.23º51.84%48.04%-
HSV(B)13.23º68.28%72.94%-
XYZ24.4517.576.24-
YUV113.4197.3179.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=56.02%
G=26.20%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186875900.530.680.2713.2351.8448.04
HexBA573B035441Bd3430
Octal2721277306510433156460
Binary10111010101011111101101101011000100110111101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA573B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA573B; }

 p { color: rgb(186,87,59); }

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

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

 a { background-color: rgb(186,87,59); }

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

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

 span { border-color: rgb(186,87,59); }

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