#BF5712

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

Shades of Tenne (Tawny) #BF5712

Tints of Tenne (Tawny) #BF5712

Color information

#BF5712 (or 0xBF5712) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 57 and 12. RGB value is (191,87,18). Sum of RGB (Red+Green+Blue) = 191+87+18=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5712 is #40A8ED. Grayscale: #6E6E6E. Windows color (decimal): -4237550 or 1202111. OLE color: 1202111.

HSL color Cylindrical-coordinate representation of color #BF5712: hue angle of 23.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF5712 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1918718-
CMYK00.540.910.25
HSL23.93º82.78%40.98%-
HSV(B)23.93º90.58%74.9%-
XYZ2517.942.72-
YUV110.2375.96185.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.53%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=64.53%
G=29.39%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191871800.540.910.2523.9382.7840.98
HexBF57120365B19185329
Octal27712722066133313012351
Binary101111111010111100100110110101101111001110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5712; }

 p { color: rgb(191,87,18); }

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

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

 a { background-color: rgb(191,87,18); }

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

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

 span { border-color: rgb(191,87,18); }

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