Html Css Color HEX #BA613E Smoke Tree

📋 copy color: '#BA613E'

red 186 ◦ green 97 ◦ blue 62

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

Shades of Smoke Tree #BA613E

Tints of Smoke Tree #BA613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 53.91%
G = 28.12%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA613E (or 0xBA613E) is known color: Smoke Tree. HEX triplet: BA, 61 and 3E. RGB value is (186,97,62). Sum of RGB (Red+Green+Blue) = 186+97+62=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA613E is #459EC1. Grayscale: #777777. Windows color (decimal): -4562626 or 4088250. OLE color: 4088250.

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

Color convert

RGB 186 97 62 -
CMYK 0 0.48 0.67 0.27
HSL 16.94º 0.5% 0.49% -
HSV(B) 16.94º 0.67% 0.73% -
XYZ 25.39 19.34 6.95 -
YUV 119.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 186 97 62 0 0.48 0.67 0.27 16.94 0.5 0.49
Hex BA 61 3E 0 30 43 1B 11 32 31
Octal 272 141 76 0 60 103 33 21 62 61
Binary 10111010 1100001 111110 0 110000 1000011 11011 10001 110010 110001

Color Harmonies of #BA613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA613E

Black with #BA613E

Text Example


Text Example

White with #BA613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA613E; }

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

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

background-color css

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

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

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

border-color css

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

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

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