Html Css Color HEX #BA5304 Tenne (Tawny)

📋 copy color: '#BA5304'

red 186 ◦ green 83 ◦ blue 4

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

Shades of Tenne (Tawny) #BA5304

Tints of Tenne (Tawny) #BA5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 68.13%
G = 30.4%
B = 1.47%

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

#BA5304 (or 0xBA5304) is known color: Tenne (Tawny). HEX triplet: BA, 53 and 04. RGB value is (186,83,4). Sum of RGB (Red+Green+Blue) = 186+83+4=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5304 is #45ACFB. Grayscale: #696969. Windows color (decimal): -4566268 or 283578. OLE color: 283578.

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

Color convert

RGB 186 83 4 -
CMYK 0 0.55 0.98 0.27
HSL 26.04º 0.96% 0.37% -
HSV(B) 26.04º 0.98% 0.73% -
XYZ 23.36 16.63 2.09 -
YUV 104.79 71.12 185.92 -
System Red Green Blue C M Y K H S L
Decimal 186 83 4 0 0.55 0.98 0.27 26.04 0.96 0.37
Hex BA 53 4 0 37 62 1B 1A 60 25
Octal 272 123 4 0 67 142 33 32 140 45
Binary 10111010 1010011 100 0 110111 1100010 11011 11010 1100000 100101

Color Harmonies of #BA5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5304

Black with #BA5304

Text Example


Text Example

White with #BA5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5304; }

 p { color: rgb(186,83,4); }

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

background-color css

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

 a { background-color: rgb(186,83,4); }

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

border-color css

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

 span { border-color: rgb(186,83,4); }

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