#bf570f

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

Shades of Tenne (Tawny) #BF570F

Tints of Tenne (Tawny) #BF570F

Color information

#BF570F (or 0xBF570F) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 57 and 0F. RGB value is (191,87,15). Sum of RGB (Red+Green+Blue) = 191+87+15=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF570F is #40A8F0. Grayscale: #6E6E6E. Windows color (decimal): -4237553 or 1005503. OLE color: 1005503.

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

Color convert

RGB1918715-
CMYK00.540.920.25
HSL24.55º85.44%40.39%-
HSV(B)24.55º92.15%74.9%-
XYZ24.9817.932.6-
YUV109.8974.46185.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 15 (6.25% from 255) = 5.12%
R=65.19%
G=29.69%
B=5.12%

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
Decimal191871500.540.920.2524.5585.4440.39
HexBF57F0365C19195528
Octal27712717066134313112550
Binary10111111101011111110110110101110011001110011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf570f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf570f; }

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

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

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

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

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

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

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

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