#BF550B

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

Shades of Tenne (Tawny) #BF550B

Tints of Tenne (Tawny) #BF550B

Color information

#BF550B (or 0xBF550B) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 55 and 0B. RGB value is (191,85,11). Sum of RGB (Red+Green+Blue) = 191+85+11=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF550B is #40AAF4. Grayscale: #6C6C6C. Windows color (decimal): -4238069 or 742847. OLE color: 742847.

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

Color convert

RGB1918511-
CMYK00.550.940.25
HSL24.67º89.11%39.61%-
HSV(B)24.67º94.24%74.9%-
XYZ24.7917.62.41-
YUV108.2673.12187.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 11 (4.69% from 255) = 3.83%
R=66.55%
G=29.62%
B=3.83%

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
Decimal191851100.550.940.2524.6789.1139.61
HexBF55B0375E19195928
Octal27712513067136313113150
Binary10111111101010110110110111101111011001110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF550B; }

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

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

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

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

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

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

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

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