#BA5B33

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

Shades of Smoke Tree #BA5B33

Tints of Smoke Tree #BA5B33

Color information

#BA5B33 (or 0xBA5B33) is unknown color: approx Smoke Tree. HEX triplet: BA, 5B and 33. RGB value is (186,91,51). Sum of RGB (Red+Green+Blue) = 186+91+51=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B33 is #45A4CC. Grayscale: #737373. Windows color (decimal): -4564173 or 3365818. OLE color: 3365818.

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

Color convert

RGB1869151-
CMYK00.510.730.27
HSL17.78º56.96%46.47%-
HSV(B)17.78º72.58%72.94%-
XYZ24.5918.165.34-
YUV114.8491.97178.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 51 (20.31% from 255) = 15.55%
R=56.71%
G=27.74%
B=15.55%

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
Decimal186915100.510.730.2717.7856.9646.47
HexBA5B33033491B12392e
Octal2721336306311133227156
Binary101110101011011110011011001110010011101110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B33; }

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

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

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

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

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

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

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

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