Html Css Color HEX #BA612F Smoke Tree

📋 copy color: '#BA612F'

red 186 ◦ green 97 ◦ blue 47

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

Shades of Smoke Tree #BA612F

Tints of Smoke Tree #BA612F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 56.36%
G = 29.39%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA612F (or 0xBA612F) is known color: Smoke Tree. HEX triplet: BA, 61 and 2F. RGB value is (186,97,47). Sum of RGB (Red+Green+Blue) = 186+97+47=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA612F is #459ED0. Grayscale: #767676. Windows color (decimal): -4562641 or 3105210. OLE color: 3105210.

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

Color convert

RGB 186 97 47 -
CMYK 0 0.48 0.75 0.27
HSL 21.58º 0.6% 0.46% -
HSV(B) 21.58º 0.75% 0.73% -
XYZ 25.04 19.19 5.07 -
YUV 117.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 186 97 47 0 0.48 0.75 0.27 21.58 0.6 0.46
Hex BA 61 2F 0 30 4B 1B 16 3C 2E
Octal 272 141 57 0 60 113 33 26 74 56
Binary 10111010 1100001 101111 0 110000 1001011 11011 10110 111100 101110

Color Harmonies of #BA612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA612F

Black with #BA612F

Text Example


Text Example

White with #BA612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA612F; }

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

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

background-color css

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

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

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

border-color css

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

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

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