#BA5E33

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

Shades of Smoke Tree #BA5E33

Tints of Smoke Tree #BA5E33

Color information

#BA5E33 (or 0xBA5E33) is unknown color: approx Smoke Tree. HEX triplet: BA, 5E and 33. RGB value is (186,94,51). Sum of RGB (Red+Green+Blue) = 186+94+51=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E33 is #45A1CC. Grayscale: #747474. Windows color (decimal): -4563405 or 3366586. OLE color: 3366586.

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

Color convert

RGB1869451-
CMYK00.490.730.27
HSL19.11º56.96%46.47%-
HSV(B)19.11º72.58%72.94%-
XYZ24.8518.685.43-
YUV116.6190.98177.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=56.19%
G=28.40%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186945100.490.730.2719.1156.9646.47
HexBA5E33031491B13392e
Octal2721366306111133237156
Binary101110101011110110011011000110010011101110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E33; }

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

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

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

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

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

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

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

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