Html Css Color HEX #BA5F11 Tenne (Tawny)

📋 copy color: '#BA5F11'

red 186 ◦ green 95 ◦ blue 17

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

Shades of Tenne (Tawny) #BA5F11

Tints of Tenne (Tawny) #BA5F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.88%

 BLUE value IS 17 (7.03% from 255) = 5.7%

R = 62.42%
G = 31.88%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA5F11 (or 0xBA5F11) is known color: Tenne (Tawny). HEX triplet: BA, 5F and 11. RGB value is (186,95,17). Sum of RGB (Red+Green+Blue) = 186+95+17=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F11 is #45A0EE. Grayscale: #717171. Windows color (decimal): -4563183 or 1138618. OLE color: 1138618.

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

Color convert

RGB 186 95 17 -
CMYK 0 0.49 0.91 0.27
HSL 27.69º 0.83% 0.4% -
HSV(B) 27.69º 0.91% 0.73% -
XYZ 24.44 18.66 2.84 -
YUV 113.32 73.65 179.84 -
System Red Green Blue C M Y K H S L
Decimal 186 95 17 0 0.49 0.91 0.27 27.69 0.83 0.4
Hex BA 5F 11 0 31 5B 1B 1C 53 28
Octal 272 137 21 0 61 133 33 34 123 50
Binary 10111010 1011111 10001 0 110001 1011011 11011 11100 1010011 101000

Color Harmonies of #BA5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F11

Black with #BA5F11

Text Example


Text Example

White with #BA5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F11; }

 p { color: rgb(186,95,17); }

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

background-color css

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

 a { background-color: rgb(186,95,17); }

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

border-color css

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

 span { border-color: rgb(186,95,17); }

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