Html Css Color HEX #BA5E05 Tenne (Tawny)

📋 copy color: '#BA5E05'

red 186 ◦ green 94 ◦ blue 5

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

Shades of Tenne (Tawny) #BA5E05

Tints of Tenne (Tawny) #BA5E05

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

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

R = 65.26%
G = 32.98%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5E05 (or 0xBA5E05) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 05. RGB value is (186,94,5). Sum of RGB (Red+Green+Blue) = 186+94+5=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E05 is #45A1FA. Grayscale: #6F6F6F. Windows color (decimal): -4563451 or 351930. OLE color: 351930.

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

Color convert

RGB 186 94 5 -
CMYK 0 0.49 0.97 0.27
HSL 29.5º 0.95% 0.37% -
HSV(B) 29.5º 0.97% 0.73% -
XYZ 24.28 18.46 2.43 -
YUV 111.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 186 94 5 0 0.49 0.97 0.27 29.5 0.95 0.37
Hex BA 5E 5 0 31 61 1B 1E 5F 25
Octal 272 136 5 0 61 141 33 36 137 45
Binary 10111010 1011110 101 0 110001 1100001 11011 11110 1011111 100101

Color Harmonies of #BA5E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E05

Black with #BA5E05

Text Example


Text Example

White with #BA5E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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