Html Css Color HEX #BA6739 Smoke Tree

📋 copy color: '#BA6739'

red 186 ◦ green 103 ◦ blue 57

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

Shades of Smoke Tree #BA6739

Tints of Smoke Tree #BA6739

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

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

R = 53.76%
G = 29.77%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA6739 (or 0xBA6739) is known color: Smoke Tree. HEX triplet: BA, 67 and 39. RGB value is (186,103,57). Sum of RGB (Red+Green+Blue) = 186+103+57=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6739 is #4598C6. Grayscale: #7A7A7A. Windows color (decimal): -4561095 or 3762106. OLE color: 3762106.

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

Color convert

RGB 186 103 57 -
CMYK 0 0.45 0.69 0.27
HSL 21.4º 0.53% 0.48% -
HSV(B) 21.4º 0.69% 0.73% -
XYZ 25.84 20.44 6.45 -
YUV 122.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 186 103 57 0 0.45 0.69 0.27 21.4 0.53 0.48
Hex BA 67 39 0 2D 45 1B 15 35 30
Octal 272 147 71 0 55 105 33 25 65 60
Binary 10111010 1100111 111001 0 101101 1000101 11011 10101 110101 110000

Color Harmonies of #BA6739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6739

Black with #BA6739

Text Example


Text Example

White with #BA6739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6739; }

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

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

background-color css

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

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

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

border-color css

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

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

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