Html Css Color HEX #BA6340 Smoke Tree

📋 copy color: '#BA6340'

red 186 ◦ green 99 ◦ blue 64

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

Shades of Smoke Tree #BA6340

Tints of Smoke Tree #BA6340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 64 (25.39% from 255) = 18.34%

R = 53.3%
G = 28.37%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA6340 (or 0xBA6340) is known color: Smoke Tree. HEX triplet: BA, 63 and 40. RGB value is (186,99,64). Sum of RGB (Red+Green+Blue) = 186+99+64=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6340 is #459CBF. Grayscale: #797979. Windows color (decimal): -4562112 or 4219834. OLE color: 4219834.

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

Color convert

RGB 186 99 64 -
CMYK 0 0.47 0.66 0.27
HSL 17.21º 0.49% 0.49% -
HSV(B) 17.21º 0.66% 0.73% -
XYZ 25.64 19.73 7.31 -
YUV 121.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 186 99 64 0 0.47 0.66 0.27 17.21 0.49 0.49
Hex BA 63 40 0 2F 42 1B 11 31 31
Octal 272 143 100 0 57 102 33 21 61 61
Binary 10111010 1100011 1000000 0 101111 1000010 11011 10001 110001 110001

Color Harmonies of #BA6340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6340

Black with #BA6340

Text Example


Text Example

White with #BA6340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6340; }

 p { color: rgb(186,99,64); }

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

background-color css

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

 a { background-color: rgb(186,99,64); }

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

border-color css

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

 span { border-color: rgb(186,99,64); }

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