Html Css Color HEX #BA6440 Smoke Tree

📋 copy color: '#BA6440'

red 186 ◦ green 100 ◦ blue 64

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

Shades of Smoke Tree #BA6440

Tints of Smoke Tree #BA6440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

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

R = 53.14%
G = 28.57%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA6440 (or 0xBA6440) is known color: Smoke Tree. HEX triplet: BA, 64 and 40. RGB value is (186,100,64). Sum of RGB (Red+Green+Blue) = 186+100+64=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6440 is #459BBF. Grayscale: #797979. Windows color (decimal): -4561856 or 4220090. OLE color: 4220090.

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

Color convert

RGB 186 100 64 -
CMYK 0 0.46 0.66 0.27
HSL 17.7º 0.49% 0.49% -
HSV(B) 17.7º 0.66% 0.73% -
XYZ 25.73 19.92 7.34 -
YUV 121.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 186 100 64 0 0.46 0.66 0.27 17.7 0.49 0.49
Hex BA 64 40 0 2E 42 1B 12 31 31
Octal 272 144 100 0 56 102 33 22 61 61
Binary 10111010 1100100 1000000 0 101110 1000010 11011 10010 110001 110001

Color Harmonies of #BA6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6440

Black with #BA6440

Text Example


Text Example

White with #BA6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6440; }

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

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

background-color css

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

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

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

border-color css

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

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

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