Html Css Color HEX #BA5D10 Tenne (Tawny)

📋 copy color: '#BA5D10'

red 186 ◦ green 93 ◦ blue 16

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

Shades of Tenne (Tawny) #BA5D10

Tints of Tenne (Tawny) #BA5D10

RGB

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

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

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

R = 63.05%
G = 31.53%
B = 5.42%

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

#BA5D10 (or 0xBA5D10) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 10. RGB value is (186,93,16). Sum of RGB (Red+Green+Blue) = 186+93+16=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D10 is #45A2EF. Grayscale: #707070. Windows color (decimal): -4563696 or 1072570. OLE color: 1072570.

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

Color convert

RGB 186 93 16 -
CMYK 0 0.5 0.91 0.27
HSL 27.18º 0.84% 0.4% -
HSV(B) 27.18º 0.91% 0.73% -
XYZ 24.26 18.31 2.74 -
YUV 112.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 186 93 16 0 0.5 0.91 0.27 27.18 0.84 0.4
Hex BA 5D 10 0 32 5B 1B 1B 54 28
Octal 272 135 20 0 62 133 33 33 124 50
Binary 10111010 1011101 10000 0 110010 1011011 11011 11011 1010100 101000

Color Harmonies of #BA5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D10

Black with #BA5D10

Text Example


Text Example

White with #BA5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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