Html Css Color HEX #BA5203 Tenne (Tawny)

📋 copy color: '#BA5203'

red 186 ◦ green 82 ◦ blue 3

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

Shades of Tenne (Tawny) #BA5203

Tints of Tenne (Tawny) #BA5203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 68.63%
G = 30.26%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5203 (or 0xBA5203) is known color: Tenne (Tawny). HEX triplet: BA, 52 and 03. RGB value is (186,82,3). Sum of RGB (Red+Green+Blue) = 186+82+3=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5203 is #45ADFC. Grayscale: #686868. Windows color (decimal): -4566525 or 217786. OLE color: 217786.

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

Color convert

RGB 186 82 3 -
CMYK 0 0.56 0.98 0.27
HSL 25.9º 0.97% 0.37% -
HSV(B) 25.9º 0.98% 0.73% -
XYZ 23.28 16.48 2.04 -
YUV 104.09 70.96 186.42 -
System Red Green Blue C M Y K H S L
Decimal 186 82 3 0 0.56 0.98 0.27 25.9 0.97 0.37
Hex BA 52 3 0 38 62 1B 1A 61 25
Octal 272 122 3 0 70 142 33 32 141 45
Binary 10111010 1010010 11 0 111000 1100010 11011 11010 1100001 100101

Color Harmonies of #BA5203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5203

Black with #BA5203

Text Example


Text Example

White with #BA5203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5203; }

 p { color: rgb(186,82,3); }

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

background-color css

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

 a { background-color: rgb(186,82,3); }

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

border-color css

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

 span { border-color: rgb(186,82,3); }

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