Html Css Color HEX #BA6839 Smoke Tree

📋 copy color: '#BA6839'

red 186 ◦ green 104 ◦ blue 57

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

Shades of Smoke Tree #BA6839

Tints of Smoke Tree #BA6839

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 53.6%
G = 29.97%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA6839 (or 0xBA6839) is known color: Smoke Tree. HEX triplet: BA, 68 and 39. RGB value is (186,104,57). Sum of RGB (Red+Green+Blue) = 186+104+57=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6839 is #4597C6. Grayscale: #7B7B7B. Windows color (decimal): -4560839 or 3762362. OLE color: 3762362.

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

Color convert

RGB 186 104 57 -
CMYK 0 0.44 0.69 0.27
HSL 21.86º 0.53% 0.48% -
HSV(B) 21.86º 0.69% 0.73% -
XYZ 25.94 20.64 6.49 -
YUV 123.16 90.67 172.82 -
System Red Green Blue C M Y K H S L
Decimal 186 104 57 0 0.44 0.69 0.27 21.86 0.53 0.48
Hex BA 68 39 0 2C 45 1B 16 35 30
Octal 272 150 71 0 54 105 33 26 65 60
Binary 10111010 1101000 111001 0 101100 1000101 11011 10110 110101 110000

Color Harmonies of #BA6839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6839

Black with #BA6839

Text Example


Text Example

White with #BA6839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6839; }

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

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

background-color css

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

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

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

border-color css

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

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

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