Html Css Color HEX #BA5910 Tenne (Tawny)

📋 copy color: '#BA5910'

red 186 ◦ green 89 ◦ blue 16

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

Shades of Tenne (Tawny) #BA5910

Tints of Tenne (Tawny) #BA5910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 63.92%
G = 30.58%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA5910 (or 0xBA5910) is known color: Tenne (Tawny). HEX triplet: BA, 59 and 10. RGB value is (186,89,16). Sum of RGB (Red+Green+Blue) = 186+89+16=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5910 is #45A6EF. Grayscale: #6E6E6E. Windows color (decimal): -4564720 or 1071546. OLE color: 1071546.

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

Color convert

RGB 186 89 16 -
CMYK 0 0.52 0.91 0.27
HSL 25.76º 0.84% 0.4% -
HSV(B) 25.76º 0.91% 0.73% -
XYZ 23.92 17.62 2.63 -
YUV 109.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 186 89 16 0 0.52 0.91 0.27 25.76 0.84 0.4
Hex BA 59 10 0 34 5B 1B 1A 54 28
Octal 272 131 20 0 64 133 33 32 124 50
Binary 10111010 1011001 10000 0 110100 1011011 11011 11010 1010100 101000

Color Harmonies of #BA5910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5910

Black with #BA5910

Text Example


Text Example

White with #BA5910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5910; }

 p { color: rgb(186,89,16); }

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

background-color css

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

 a { background-color: rgb(186,89,16); }

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

border-color css

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

 span { border-color: rgb(186,89,16); }

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