Html Css Color HEX #BA5D11 Tenne (Tawny)

📋 copy color: '#BA5D11'

red 186 ◦ green 93 ◦ blue 17

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

Shades of Tenne (Tawny) #BA5D11

Tints of Tenne (Tawny) #BA5D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.42%

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

R = 62.84%
G = 31.42%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA5D11 (or 0xBA5D11) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 11. RGB value is (186,93,17). Sum of RGB (Red+Green+Blue) = 186+93+17=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D11 is #45A2EE. Grayscale: #707070. Windows color (decimal): -4563695 or 1138106. OLE color: 1138106.

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

Color convert

RGB 186 93 17 -
CMYK 0 0.5 0.91 0.27
HSL 26.98º 0.83% 0.4% -
HSV(B) 26.98º 0.91% 0.73% -
XYZ 24.27 18.31 2.79 -
YUV 112.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 186 93 17 0 0.5 0.91 0.27 26.98 0.83 0.4
Hex BA 5D 11 0 32 5B 1B 1B 53 28
Octal 272 135 21 0 62 133 33 33 123 50
Binary 10111010 1011101 10001 0 110010 1011011 11011 11011 1010011 101000

Color Harmonies of #BA5D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D11

Black with #BA5D11

Text Example


Text Example

White with #BA5D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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