Html Css Color HEX #BA643B Smoke Tree

📋 copy color: '#BA643B'

red 186 ◦ green 100 ◦ blue 59

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

Shades of Smoke Tree #BA643B

Tints of Smoke Tree #BA643B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 53.91%
G = 28.99%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA643B (or 0xBA643B) is known color: Smoke Tree. HEX triplet: BA, 64 and 3B. RGB value is (186,100,59). Sum of RGB (Red+Green+Blue) = 186+100+59=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA643B is #459BC4. Grayscale: #797979. Windows color (decimal): -4561861 or 3892410. OLE color: 3892410.

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

Color convert

RGB 186 100 59 -
CMYK 0 0.46 0.68 0.27
HSL 19.37º 0.52% 0.48% -
HSV(B) 19.37º 0.68% 0.73% -
XYZ 25.6 19.87 6.62 -
YUV 121.04 92.99 174.33 -
System Red Green Blue C M Y K H S L
Decimal 186 100 59 0 0.46 0.68 0.27 19.37 0.52 0.48
Hex BA 64 3B 0 2E 44 1B 13 34 30
Octal 272 144 73 0 56 104 33 23 64 60
Binary 10111010 1100100 111011 0 101110 1000100 11011 10011 110100 110000

Color Harmonies of #BA643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA643B

Black with #BA643B

Text Example


Text Example

White with #BA643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA643B; }

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

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

background-color css

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

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

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

border-color css

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

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

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