Html Css Color HEX #BA5D04 Tenne (Tawny)

📋 copy color: '#BA5D04'

red 186 ◦ green 93 ◦ blue 4

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

Shades of Tenne (Tawny) #BA5D04

Tints of Tenne (Tawny) #BA5D04

RGB

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

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

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

R = 65.72%
G = 32.86%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5D04 (or 0xBA5D04) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 04. RGB value is (186,93,4). Sum of RGB (Red+Green+Blue) = 186+93+4=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D04 is #45A2FB. Grayscale: #6F6F6F. Windows color (decimal): -4563708 or 286138. OLE color: 286138.

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

Color convert

RGB 186 93 4 -
CMYK 0 0.5 0.98 0.27
HSL 29.34º 0.96% 0.37% -
HSV(B) 29.34º 0.98% 0.73% -
XYZ 24.19 18.28 2.37 -
YUV 110.66 67.81 181.74 -
System Red Green Blue C M Y K H S L
Decimal 186 93 4 0 0.5 0.98 0.27 29.34 0.96 0.37
Hex BA 5D 4 0 32 62 1B 1D 60 25
Octal 272 135 4 0 62 142 33 35 140 45
Binary 10111010 1011101 100 0 110010 1100010 11011 11101 1100000 100101

Color Harmonies of #BA5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D04

Black with #BA5D04

Text Example


Text Example

White with #BA5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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