Html Css Color HEX #BA5C10 Tenne (Tawny)

📋 copy color: '#BA5C10'

red 186 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #BA5C10

Tints of Tenne (Tawny) #BA5C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.29%

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

R = 63.27%
G = 31.29%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA5C10 (or 0xBA5C10) is known color: Tenne (Tawny). HEX triplet: BA, 5C and 10. RGB value is (186,92,16). Sum of RGB (Red+Green+Blue) = 186+92+16=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5C10 is #45A3EF. Grayscale: #6F6F6F. Windows color (decimal): -4563952 or 1072314. OLE color: 1072314.

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

Color convert

RGB 186 92 16 -
CMYK 0 0.51 0.91 0.27
HSL 26.82º 0.84% 0.4% -
HSV(B) 26.82º 0.91% 0.73% -
XYZ 24.17 18.13 2.72 -
YUV 111.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 186 92 16 0 0.51 0.91 0.27 26.82 0.84 0.4
Hex BA 5C 10 0 33 5B 1B 1B 54 28
Octal 272 134 20 0 63 133 33 33 124 50
Binary 10111010 1011100 10000 0 110011 1011011 11011 11011 1010100 101000

Color Harmonies of #BA5C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C10

Black with #BA5C10

Text Example


Text Example

White with #BA5C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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