#BA583C

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

Shades of Smoke Tree #BA583C

Tints of Smoke Tree #BA583C

Color information

#BA583C (or 0xBA583C) is unknown color: approx Smoke Tree. HEX triplet: BA, 58 and 3C. RGB value is (186,88,60). Sum of RGB (Red+Green+Blue) = 186+88+60=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA583C is #45A7C3. Grayscale: #727272. Windows color (decimal): -4564932 or 3954874. OLE color: 3954874.

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

Color convert

RGB1868860-
CMYK00.530.680.27
HSL13.33º51.22%48.24%-
HSV(B)13.33º67.74%72.94%-
XYZ24.5617.746.41-
YUV114.1197.47179.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=55.69%
G=26.35%
B=17.96%

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
Decimal186886000.530.680.2713.3351.2248.24
HexBA583C035441Bd3330
Octal2721307406510433156360
Binary10111010101100011110001101011000100110111101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA583C; }

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

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

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

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

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

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

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

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