#BF5E0B

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

Shades of Tenne (Tawny) #BF5E0B

Tints of Tenne (Tawny) #BF5E0B

Color information

#BF5E0B (or 0xBF5E0B) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 5E and 0B. RGB value is (191,94,11). Sum of RGB (Red+Green+Blue) = 191+94+11=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E0B is #40A1F4. Grayscale: #717171. Windows color (decimal): -4235765 or 745151. OLE color: 745151.

HSL color Cylindrical-coordinate representation of color #BF5E0B: hue angle of 27.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF5E0B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1919411-
CMYK00.510.940.25
HSL27.67º89.11%39.61%-
HSV(B)27.67º94.24%74.9%-
XYZ25.5519.112.66-
YUV113.5470.14183.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.53%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 11 (4.69% from 255) = 3.72%
R=64.53%
G=31.76%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191941100.510.940.2527.6789.1139.61
HexBF5EB0335E191c5928
Octal27713613063136313413150
Binary10111111101111010110110011101111011001111001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E0B; }

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

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

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

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

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

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

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

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