Html Css Color HEX #BA5604 Tenne (Tawny)

📋 copy color: '#BA5604'

red 186 ◦ green 86 ◦ blue 4

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

Shades of Tenne (Tawny) #BA5604

Tints of Tenne (Tawny) #BA5604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

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

R = 67.39%
G = 31.16%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5604 (or 0xBA5604) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 04. RGB value is (186,86,4). Sum of RGB (Red+Green+Blue) = 186+86+4=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5604 is #45A9FB. Grayscale: #6A6A6A. Windows color (decimal): -4565500 or 284346. OLE color: 284346.

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

Color convert

RGB 186 86 4 -
CMYK 0 0.54 0.98 0.27
HSL 27.03º 0.96% 0.37% -
HSV(B) 27.03º 0.98% 0.73% -
XYZ 23.6 17.1 2.17 -
YUV 106.55 70.13 184.67 -
System Red Green Blue C M Y K H S L
Decimal 186 86 4 0 0.54 0.98 0.27 27.03 0.96 0.37
Hex BA 56 4 0 36 62 1B 1B 60 25
Octal 272 126 4 0 66 142 33 33 140 45
Binary 10111010 1010110 100 0 110110 1100010 11011 11011 1100000 100101

Color Harmonies of #BA5604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5604

Black with #BA5604

Text Example


Text Example

White with #BA5604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5604; }

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

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

background-color css

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

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

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

border-color css

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

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

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