Html Css Color HEX #BA5504 Tenne (Tawny)

📋 copy color: '#BA5504'

red 186 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #BA5504

Tints of Tenne (Tawny) #BA5504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.91%

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

R = 67.64%
G = 30.91%
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

#BA5504 (or 0xBA5504) is known color: Tenne (Tawny). HEX triplet: BA, 55 and 04. RGB value is (186,85,4). Sum of RGB (Red+Green+Blue) = 186+85+4=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5504 is #45AAFB. Grayscale: #6A6A6A. Windows color (decimal): -4565756 or 284090. OLE color: 284090.

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

Color convert

RGB 186 85 4 -
CMYK 0 0.54 0.98 0.27
HSL 26.7º 0.96% 0.37% -
HSV(B) 26.7º 0.98% 0.73% -
XYZ 23.52 16.94 2.15 -
YUV 105.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 186 85 4 0 0.54 0.98 0.27 26.7 0.96 0.37
Hex BA 55 4 0 36 62 1B 1B 60 25
Octal 272 125 4 0 66 142 33 33 140 45
Binary 10111010 1010101 100 0 110110 1100010 11011 11011 1100000 100101

Color Harmonies of #BA5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5504

Black with #BA5504

Text Example


Text Example

White with #BA5504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5504; }

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

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

background-color css

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

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

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

border-color css

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

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

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