#BF4F02

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

Shades of Tenne (Tawny) #BF4F02

Tints of Tenne (Tawny) #BF4F02

Color information

#BF4F02 (or 0xBF4F02) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 4F and 02. RGB value is (191,79,2). Sum of RGB (Red+Green+Blue) = 191+79+2=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4F02 is #40B0FD. Grayscale: #686868. Windows color (decimal): -4239614 or 151487. OLE color: 151487.

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

Color convert

RGB191792-
CMYK00.590.990.25
HSL24.44º97.93%37.84%-
HSV(B)24.44º98.95%74.9%-
XYZ24.2916.672-
YUV103.7170.61190.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.22%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=70.22%
G=29.04%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19179200.590.990.2524.4497.9337.84
HexBF4F203B6319186226
Octal2771172073143313014246
Binary101111111001111100111011110001111001110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F02; }

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

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

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

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

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

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

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

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