Html Css Color HEX #BA5E39 Smoke Tree

📋 copy color: '#BA5E39'

red 186 ◦ green 94 ◦ blue 57

#BA5E39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BA5E39

Tints of Smoke Tree #BA5E39

RGB

 RED value IS 186 (73.05% from 255) = 55.19%

 GREEN value IS 94 (37.11% from 255) = 27.89%

 BLUE value IS 57 (22.66% from 255) = 16.91%

R = 55.19%
G = 27.89%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA5E39 (or 0xBA5E39) is known color: Smoke Tree. HEX triplet: BA, 5E and 39. RGB value is (186,94,57). Sum of RGB (Red+Green+Blue) = 186+94+57=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E39 is #45A1C6. Grayscale: #757575. Windows color (decimal): -4563399 or 3759802. OLE color: 3759802.

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

Color convert

RGB 186 94 57 -
CMYK 0 0.49 0.69 0.27
HSL 17.21º 0.53% 0.48% -
HSV(B) 17.21º 0.69% 0.73% -
XYZ 24.99 18.74 6.17 -
YUV 117.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 186 94 57 0 0.49 0.69 0.27 17.21 0.53 0.48
Hex BA 5E 39 0 31 45 1B 11 35 30
Octal 272 136 71 0 61 105 33 21 65 60
Binary 10111010 1011110 111001 0 110001 1000101 11011 10001 110101 110000

Color Harmonies of #BA5E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E39

Black with #BA5E39

Text Example


Text Example

White with #BA5E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E39; }

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

 H1.HeaderClassName
 {
   color: #BA5E39;
 }
 .AnyTagClassName
 {
   color: #BA5E39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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