Html Css Color HEX #BA613F Smoke Tree

📋 copy color: '#BA613F'

red 186 ◦ green 97 ◦ blue 63

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

Shades of Smoke Tree #BA613F

Tints of Smoke Tree #BA613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

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

R = 53.76%
G = 28.03%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA613F (or 0xBA613F) is known color: Smoke Tree. HEX triplet: BA, 61 and 3F. RGB value is (186,97,63). Sum of RGB (Red+Green+Blue) = 186+97+63=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA613F is #459EC0. Grayscale: #777777. Windows color (decimal): -4562625 or 4153786. OLE color: 4153786.

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

Color convert

RGB 186 97 63 -
CMYK 0 0.48 0.66 0.27
HSL 16.59º 0.49% 0.49% -
HSV(B) 16.59º 0.66% 0.73% -
XYZ 25.42 19.35 7.1 -
YUV 119.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 186 97 63 0 0.48 0.66 0.27 16.59 0.49 0.49
Hex BA 61 3F 0 30 42 1B 11 31 31
Octal 272 141 77 0 60 102 33 21 61 61
Binary 10111010 1100001 111111 0 110000 1000010 11011 10001 110001 110001

Color Harmonies of #BA613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA613F

Black with #BA613F

Text Example


Text Example

White with #BA613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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