#BF5002

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

Shades of Tenne (Tawny) #BF5002

Tints of Tenne (Tawny) #BF5002

Color information

#BF5002 (or 0xBF5002) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 50 and 02. RGB value is (191,80,2). Sum of RGB (Red+Green+Blue) = 191+80+2=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5002 is #40AFFD. Grayscale: #686868. Windows color (decimal): -4239358 or 151743. OLE color: 151743.

HSL color Cylindrical-coordinate representation of color #BF5002: hue angle of 24.76º 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 #BF5002 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB191802-
CMYK00.580.990.25
HSL24.76º97.93%37.84%-
HSV(B)24.76º98.95%74.9%-
XYZ24.3716.822.02-
YUV104.370.27189.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.96%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=69.96%
G=29.30%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19180200.580.990.2524.7697.9337.84
HexBF50203A6319196226
Octal2771202072143313114246
Binary101111111010000100111010110001111001110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5002; }

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

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

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

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

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

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

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

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