Html Css Color HEX #BA643F Smoke Tree

📋 copy color: '#BA643F'

red 186 ◦ green 100 ◦ blue 63

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

Shades of Smoke Tree #BA643F

Tints of Smoke Tree #BA643F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.05%

R = 53.3%
G = 28.65%
B = 18.05%

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

#BA643F (or 0xBA643F) is known color: Smoke Tree. HEX triplet: BA, 64 and 3F. RGB value is (186,100,63). Sum of RGB (Red+Green+Blue) = 186+100+63=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA643F is #459BC0. Grayscale: #797979. Windows color (decimal): -4561857 or 4154554. OLE color: 4154554.

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

Color convert

RGB 186 100 63 -
CMYK 0 0.46 0.66 0.27
HSL 18.05º 0.49% 0.49% -
HSV(B) 18.05º 0.66% 0.73% -
XYZ 25.7 19.91 7.19 -
YUV 121.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 186 100 63 0 0.46 0.66 0.27 18.05 0.49 0.49
Hex BA 64 3F 0 2E 42 1B 12 31 31
Octal 272 144 77 0 56 102 33 22 61 61
Binary 10111010 1100100 111111 0 101110 1000010 11011 10010 110001 110001

Color Harmonies of #BA643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA643F

Black with #BA643F

Text Example


Text Example

White with #BA643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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