#BA5D33

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

Shades of Smoke Tree #BA5D33

Tints of Smoke Tree #BA5D33

Color information

#BA5D33 (or 0xBA5D33) is unknown color: approx Smoke Tree. HEX triplet: BA, 5D and 33. RGB value is (186,93,51). Sum of RGB (Red+Green+Blue) = 186+93+51=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D33 is #45A2CC. Grayscale: #747474. Windows color (decimal): -4563661 or 3366330. OLE color: 3366330.

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

Color convert

RGB1869351-
CMYK00.50.730.27
HSL18.67º56.96%46.47%-
HSV(B)18.67º72.58%72.94%-
XYZ24.7618.515.4-
YUV116.0291.31177.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 51 (20.31% from 255) = 15.45%
R=56.36%
G=28.18%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186935100.50.730.2718.6756.9646.47
HexBA5D33032491B13392e
Octal2721356306211133237156
Binary101110101011101110011011001010010011101110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D33; }

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

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

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

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

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

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

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

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