#BF5E02

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

Shades of Tenne (Tawny) #BF5E02

Tints of Tenne (Tawny) #BF5E02

Color information

#BF5E02 (or 0xBF5E02) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 5E and 02. RGB value is (191,94,2). Sum of RGB (Red+Green+Blue) = 191+94+2=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E02 is #40A1FD. Grayscale: #707070. Windows color (decimal): -4235774 or 155327. OLE color: 155327.

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

Color convert

RGB191942-
CMYK00.510.990.25
HSL29.21º97.93%37.84%-
HSV(B)29.21º98.95%74.9%-
XYZ25.519.092.4-
YUV112.5165.64183.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=66.55%
G=32.75%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19194200.510.990.2529.2197.9337.84
HexBF5E203363191d6226
Octal2771362063143313514246
Binary101111111011110100110011110001111001111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E02; }

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

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

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

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

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

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

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

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