Html Css Color HEX #BA5F04 Tenne (Tawny)

📋 copy color: '#BA5F04'

red 186 ◦ green 95 ◦ blue 4

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

Shades of Tenne (Tawny) #BA5F04

Tints of Tenne (Tawny) #BA5F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.33%

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

R = 65.26%
G = 33.33%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5F04 (or 0xBA5F04) is known color: Tenne (Tawny). HEX triplet: BA, 5F and 04. RGB value is (186,95,4). Sum of RGB (Red+Green+Blue) = 186+95+4=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F04 is #45A0FB. Grayscale: #707070. Windows color (decimal): -4563196 or 286650. OLE color: 286650.

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

Color convert

RGB 186 95 4 -
CMYK 0 0.49 0.98 0.27
HSL 30º 0.96% 0.37% -
HSV(B) 30º 0.98% 0.73% -
XYZ 24.36 18.63 2.43 -
YUV 111.84 67.15 180.9 -
System Red Green Blue C M Y K H S L
Decimal 186 95 4 0 0.49 0.98 0.27 30 0.96 0.37
Hex BA 5F 4 0 31 62 1B 1E 60 25
Octal 272 137 4 0 61 142 33 36 140 45
Binary 10111010 1011111 100 0 110001 1100010 11011 11110 1100000 100101

Color Harmonies of #BA5F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F04

Black with #BA5F04

Text Example


Text Example

White with #BA5F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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