#BA5C33

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

Shades of Smoke Tree #BA5C33

Tints of Smoke Tree #BA5C33

Color information

#BA5C33 (or 0xBA5C33) is unknown color: approx Smoke Tree. HEX triplet: BA, 5C and 33. RGB value is (186,92,51). Sum of RGB (Red+Green+Blue) = 186+92+51=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C33 is #45A3CC. Grayscale: #737373. Windows color (decimal): -4563917 or 3366074. OLE color: 3366074.

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

Color convert

RGB1869251-
CMYK00.510.730.27
HSL18.22º56.96%46.47%-
HSV(B)18.22º72.58%72.94%-
XYZ24.6718.335.37-
YUV115.4391.64178.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=56.53%
G=27.96%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186925100.510.730.2718.2256.9646.47
HexBA5C33033491B12392e
Octal2721346306311133227156
Binary101110101011100110011011001110010011101110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C33; }

 p { color: rgb(186,92,51); }

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

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

 a { background-color: rgb(186,92,51); }

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

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

 span { border-color: rgb(186,92,51); }

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