#BF570B

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

Shades of Tenne (Tawny) #BF570B

Tints of Tenne (Tawny) #BF570B

Color information

#BF570B (or 0xBF570B) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 57 and 0B. RGB value is (191,87,11). Sum of RGB (Red+Green+Blue) = 191+87+11=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF570B is #40A8F4. Grayscale: #6D6D6D. Windows color (decimal): -4237557 or 743359. OLE color: 743359.

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

Color convert

RGB1918711-
CMYK00.540.940.25
HSL25.33º89.11%39.61%-
HSV(B)25.33º94.24%74.9%-
XYZ24.9517.922.46-
YUV109.4372.46186.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.09%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 11 (4.69% from 255) = 3.81%
R=66.09%
G=30.10%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191871100.540.940.2525.3389.1139.61
HexBF57B0365E19195928
Octal27712713066136313113150
Binary10111111101011110110110110101111011001110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF570B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF570B; }

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

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

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

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

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

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

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

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