#BF560B

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

Shades of Tenne (Tawny) #BF560B

Tints of Tenne (Tawny) #BF560B

Color information

#BF560B (or 0xBF560B) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 56 and 0B. RGB value is (191,86,11). Sum of RGB (Red+Green+Blue) = 191+86+11=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF560B is #40A9F4. Grayscale: #6D6D6D. Windows color (decimal): -4237813 or 743103. OLE color: 743103.

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

Color convert

RGB1918611-
CMYK00.550.940.25
HSL25º89.11%39.61%-
HSV(B)25º94.24%74.9%-
XYZ24.8717.762.43-
YUV108.8472.79186.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.32%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 11 (4.69% from 255) = 3.82%
R=66.32%
G=29.86%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191861100.550.940.252589.1139.61
HexBF56B0375E19195928
Octal27712613067136313113150
Binary10111111101011010110110111101111011001110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF560B; }

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

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

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

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

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

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

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

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