Html Css Color HEX #BA5D05 Tenne (Tawny)

📋 copy color: '#BA5D05'

red 186 ◦ green 93 ◦ blue 5

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

Shades of Tenne (Tawny) #BA5D05

Tints of Tenne (Tawny) #BA5D05

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.75%

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

R = 65.49%
G = 32.75%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5D05 (or 0xBA5D05) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 05. RGB value is (186,93,5). Sum of RGB (Red+Green+Blue) = 186+93+5=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D05 is #45A2FA. Grayscale: #6F6F6F. Windows color (decimal): -4563707 or 351674. OLE color: 351674.

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

Color convert

RGB 186 93 5 -
CMYK 0 0.5 0.97 0.27
HSL 29.17º 0.95% 0.37% -
HSV(B) 29.17º 0.97% 0.73% -
XYZ 24.19 18.28 2.4 -
YUV 110.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 186 93 5 0 0.5 0.97 0.27 29.17 0.95 0.37
Hex BA 5D 5 0 32 61 1B 1D 5F 25
Octal 272 135 5 0 62 141 33 35 137 45
Binary 10111010 1011101 101 0 110010 1100001 11011 11101 1011111 100101

Color Harmonies of #BA5D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D05

Black with #BA5D05

Text Example


Text Example

White with #BA5D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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