#BA5F04

Color #BA5F04 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BA5F04

Tints of Tenne (Tawny) #BA5F04

Color information

#BA5F04 (or 0xBA5F04) is unknown color: approx 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

RGB186954-
CMYK00.490.980.27
HSL30º95.79%37.25%-
HSV(B)30º97.85%72.94%-
XYZ24.3618.632.43-
YUV111.8467.15180.9-

RGB Variations

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

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.40%
R=65.26%
G=33.33%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18695400.490.980.273095.7937.25
HexBA5F4031621B1e6025
Octal2721374061142333614045
Binary1011101010111111000110001110001011011111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>