Html Css Color HEX #BA613A Smoke Tree

📋 copy color: '#BA613A'

red 186 ◦ green 97 ◦ blue 58

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

Shades of Smoke Tree #BA613A

Tints of Smoke Tree #BA613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.01%

R = 54.55%
G = 28.45%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA613A (or 0xBA613A) is known color: Smoke Tree. HEX triplet: BA, 61 and 3A. RGB value is (186,97,58). Sum of RGB (Red+Green+Blue) = 186+97+58=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA613A is #459EC5. Grayscale: #777777. Windows color (decimal): -4562630 or 3826106. OLE color: 3826106.

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

Color convert

RGB 186 97 58 -
CMYK 0 0.48 0.69 0.27
HSL 18.28º 0.52% 0.48% -
HSV(B) 18.28º 0.69% 0.73% -
XYZ 25.29 19.29 6.39 -
YUV 119.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 186 97 58 0 0.48 0.69 0.27 18.28 0.52 0.48
Hex BA 61 3A 0 30 45 1B 12 34 30
Octal 272 141 72 0 60 105 33 22 64 60
Binary 10111010 1100001 111010 0 110000 1000101 11011 10010 110100 110000

Color Harmonies of #BA613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA613A

Black with #BA613A

Text Example


Text Example

White with #BA613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA613A; }

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

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

background-color css

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

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

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

border-color css

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

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

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