#BF4E04

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

Shades of Tenne (Tawny) #BF4E04

Tints of Tenne (Tawny) #BF4E04

Color information

#BF4E04 (or 0xBF4E04) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 4E and 04. RGB value is (191,78,4). Sum of RGB (Red+Green+Blue) = 191+78+4=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4E04 is #40B1FB. Grayscale: #676767. Windows color (decimal): -4239868 or 282303. OLE color: 282303.

HSL color Cylindrical-coordinate representation of color #BF4E04: hue angle of 23.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF4E04 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB191784-
CMYK00.590.980.25
HSL23.74º95.9%38.24%-
HSV(B)23.74º97.91%74.9%-
XYZ24.2316.532.03-
YUV103.3571.94190.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.96%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=69.96%
G=28.57%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19178400.590.980.2523.7495.938.24
HexBF4E403B6219186026
Octal2771164073142313014046
Binary1011111110011101000111011110001011001110001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E04; }

 p { color: rgb(191,78,4); }

 H1.HeaderClassName
 {
   color: #BF4E04;
 }
 .AnyTagClassName
 {
   color: #BF4E04;
 }
</style>
background-color css

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

 a { background-color: rgb(191,78,4); }

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

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

 span { border-color: rgb(191,78,4); }

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