#BB5E11

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

Shades of Tenne (Tawny) #BB5E11

Tints of Tenne (Tawny) #BB5E11

Color information

#BB5E11 (or 0xBB5E11) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 5E and 11. RGB value is (187,94,17). Sum of RGB (Red+Green+Blue) = 187+94+17=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E11 is #44A1EE. Grayscale: #717171. Windows color (decimal): -4497903 or 1138363. OLE color: 1138363.

HSL color Cylindrical-coordinate representation of color #BB5E11: hue angle of 27.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB5E11 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1879417-
CMYK00.500.910.27
HSL27.18º83.33%40%-
HSV(B)27.18º90.91%73.33%-
XYZ24.618.612.83-
YUV113.0373.81180.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 17 (7.03% from 255) = 5.70%
R=62.75%
G=31.54%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187941700.500.910.2727.1883.3340
HexBB5E110325B1B1b5328
Octal27313621062133333312350
Binary101110111011110100010110010101101111011110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E11; }

 p { color: rgb(187,94,17); }

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

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

 a { background-color: rgb(187,94,17); }

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

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

 span { border-color: rgb(187,94,17); }

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