#BF4F03

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

Shades of Tenne (Tawny) #BF4F03

Tints of Tenne (Tawny) #BF4F03

Color information

#BF4F03 (or 0xBF4F03) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 4F and 03. RGB value is (191,79,3). Sum of RGB (Red+Green+Blue) = 191+79+3=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4F03 is #40B0FC. Grayscale: #686868. Windows color (decimal): -4239613 or 217023. OLE color: 217023.

HSL color Cylindrical-coordinate representation of color #BF4F03: hue angle of 24.26º degrees, saturation: 0.97, 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 #BF4F03 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB191793-
CMYK00.590.980.25
HSL24.26º96.91%38.04%-
HSV(B)24.26º98.43%74.9%-
XYZ24.316.672.02-
YUV103.8271.11190.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.96%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=69.96%
G=28.94%
B=1.10%

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
Decimal19179300.590.980.2524.2696.9138.04
HexBF4F303B6219186126
Octal2771173073142313014146
Binary101111111001111110111011110001011001110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F03; }

 p { color: rgb(191,79,3); }

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

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

 a { background-color: rgb(191,79,3); }

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

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

 span { border-color: rgb(191,79,3); }

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