Html Css Color HEX #BA5105 Tenne (Tawny)

📋 copy color: '#BA5105'

red 186 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #BA5105

Tints of Tenne (Tawny) #BA5105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 5 (2.34% from 255) = 1.84%

R = 68.38%
G = 29.78%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5105 (or 0xBA5105) is known color: Tenne (Tawny). HEX triplet: BA, 51 and 05. RGB value is (186,81,5). Sum of RGB (Red+Green+Blue) = 186+81+5=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5105 is #45AEFA. Grayscale: #686868. Windows color (decimal): -4566779 or 348602. OLE color: 348602.

HSL color Cylindrical-coordinate representation of color #BA5105: hue angle of 25.19º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA5105 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 5 -
CMYK 0 0.56 0.97 0.27
HSL 25.19º 0.95% 0.37% -
HSV(B) 25.19º 0.97% 0.73% -
XYZ 23.22 16.33 2.07 -
YUV 103.73 72.29 186.68 -
System Red Green Blue C M Y K H S L
Decimal 186 81 5 0 0.56 0.97 0.27 25.19 0.95 0.37
Hex BA 51 5 0 38 61 1B 19 5F 25
Octal 272 121 5 0 70 141 33 31 137 45
Binary 10111010 1010001 101 0 111000 1100001 11011 11001 1011111 100101

Color Harmonies of #BA5105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5105

Black with #BA5105

Text Example


Text Example

White with #BA5105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5105; }

 p { color: rgb(186,81,5); }

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

background-color css

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

 a { background-color: rgb(186,81,5); }

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

border-color css

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

 span { border-color: rgb(186,81,5); }

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