Html Css Color HEX #BA5403 Tenne (Tawny)

📋 copy color: '#BA5403'

red 186 ◦ green 84 ◦ blue 3

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

Shades of Tenne (Tawny) #BA5403

Tints of Tenne (Tawny) #BA5403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

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

R = 68.13%
G = 30.77%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5403 (or 0xBA5403) is known color: Tenne (Tawny). HEX triplet: BA, 54 and 03. RGB value is (186,84,3). Sum of RGB (Red+Green+Blue) = 186+84+3=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5403 is #45ABFC. Grayscale: #696969. Windows color (decimal): -4566013 or 218298. OLE color: 218298.

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

Color convert

RGB 186 84 3 -
CMYK 0 0.55 0.98 0.27
HSL 26.56º 0.97% 0.37% -
HSV(B) 26.56º 0.98% 0.73% -
XYZ 23.44 16.79 2.09 -
YUV 105.26 70.29 185.59 -
System Red Green Blue C M Y K H S L
Decimal 186 84 3 0 0.55 0.98 0.27 26.56 0.97 0.37
Hex BA 54 3 0 37 62 1B 1B 61 25
Octal 272 124 3 0 67 142 33 33 141 45
Binary 10111010 1010100 11 0 110111 1100010 11011 11011 1100001 100101

Color Harmonies of #BA5403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5403

Black with #BA5403

Text Example


Text Example

White with #BA5403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5403; }

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

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

background-color css

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

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

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

border-color css

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

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

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