#BF600F

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

Shades of Tenne (Tawny) #BF600F

Tints of Tenne (Tawny) #BF600F

Color information

#BF600F (or 0xBF600F) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 60 and 0F. RGB value is (191,96,15). Sum of RGB (Red+Green+Blue) = 191+96+15=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF600F is #409FF0. Grayscale: #737373. Windows color (decimal): -4235249 or 1007807. OLE color: 1007807.

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

Color convert

RGB1919615-
CMYK00.500.920.25
HSL27.61º85.44%40.39%-
HSV(B)27.61º92.15%74.9%-
XYZ25.7519.482.85-
YUV115.1771.47182.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.25%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 15 (6.25% from 255) = 4.97%
R=63.25%
G=31.79%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191961500.500.920.2527.6185.4440.39
HexBF60F0325C191c5528
Octal27714017062134313412550
Binary10111111110000011110110010101110011001111001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF600F; }

 p { color: rgb(191,96,15); }

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

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

 a { background-color: rgb(191,96,15); }

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

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

 span { border-color: rgb(191,96,15); }

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