Html Css Color HEX #BA5A05 Tenne (Tawny)

📋 copy color: '#BA5A05'

red 186 ◦ green 90 ◦ blue 5

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

Shades of Tenne (Tawny) #BA5A05

Tints of Tenne (Tawny) #BA5A05

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 66.19%
G = 32.03%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5A05 (or 0xBA5A05) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 05. RGB value is (186,90,5). Sum of RGB (Red+Green+Blue) = 186+90+5=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A05 is #45A5FA. Grayscale: #6D6D6D. Windows color (decimal): -4564475 or 350906. OLE color: 350906.

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

Color convert

RGB 186 90 5 -
CMYK 0 0.52 0.97 0.27
HSL 28.18º 0.95% 0.37% -
HSV(B) 28.18º 0.97% 0.73% -
XYZ 23.93 17.76 2.31 -
YUV 109.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 186 90 5 0 0.52 0.97 0.27 28.18 0.95 0.37
Hex BA 5A 5 0 34 61 1B 1C 5F 25
Octal 272 132 5 0 64 141 33 34 137 45
Binary 10111010 1011010 101 0 110100 1100001 11011 11100 1011111 100101

Color Harmonies of #BA5A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A05

Black with #BA5A05

Text Example


Text Example

White with #BA5A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A05; }

 p { color: rgb(186,90,5); }

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

background-color css

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

 a { background-color: rgb(186,90,5); }

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

border-color css

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

 span { border-color: rgb(186,90,5); }

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