#BF580F

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

Shades of Tenne (Tawny) #BF580F

Tints of Tenne (Tawny) #BF580F

Color information

#BF580F (or 0xBF580F) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 58 and 0F. RGB value is (191,88,15). Sum of RGB (Red+Green+Blue) = 191+88+15=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF580F is #40A7F0. Grayscale: #6E6E6E. Windows color (decimal): -4237297 or 1005759. OLE color: 1005759.

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

Color convert

RGB1918815-
CMYK00.540.920.25
HSL24.89º85.44%40.39%-
HSV(B)24.89º92.15%74.9%-
XYZ25.0618.092.62-
YUV110.4774.12185.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 15 (6.25% from 255) = 5.10%
R=64.97%
G=29.93%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191881500.540.920.2524.8985.4440.39
HexBF58F0365C19195528
Octal27713017066134313112550
Binary10111111101100011110110110101110011001110011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF580F; }

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

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

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

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

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

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

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

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