#BA5E34

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

Shades of Smoke Tree #BA5E34

Tints of Smoke Tree #BA5E34

Color information

#BA5E34 (or 0xBA5E34) is unknown color: approx Smoke Tree. HEX triplet: BA, 5E and 34. RGB value is (186,94,52). Sum of RGB (Red+Green+Blue) = 186+94+52=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E34 is #45A1CB. Grayscale: #747474. Windows color (decimal): -4563404 or 3432122. OLE color: 3432122.

HSL color Cylindrical-coordinate representation of color #BA5E34: hue angle of 18.81º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA5E34 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1869452-
CMYK00.490.720.27
HSL18.81º56.3%46.67%-
HSV(B)18.81º72.04%72.94%-
XYZ24.8718.695.55-
YUV116.7291.48177.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=56.02%
G=28.31%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186945200.490.720.2718.8156.346.67
HexBA5E34031481B13382f
Octal2721366406111033237057
Binary101110101011110110100011000110010001101110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E34; }

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

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

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

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

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

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

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

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