#BB560B

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

Shades of Tenne (Tawny) #BB560B

Tints of Tenne (Tawny) #BB560B

Color information

#BB560B (or 0xBB560B) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 56 and 0B. RGB value is (187,86,11). Sum of RGB (Red+Green+Blue) = 187+86+11=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB560B is #44A9F4. Grayscale: #6C6C6C. Windows color (decimal): -4499957 or 743099. OLE color: 743099.

HSL color Cylindrical-coordinate representation of color #BB560B: hue angle of 25.57º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB560B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1878611-
CMYK00.540.940.27
HSL25.57º88.89%38.82%-
HSV(B)25.57º94.12%73.33%-
XYZ23.8817.242.39-
YUV107.6573.46184.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.85%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 11 (4.69% from 255) = 3.87%
R=65.85%
G=30.28%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187861100.540.940.2725.5788.8938.82
HexBB56B0365E1B1a5927
Octal27312613066136333213147
Binary10111011101011010110110110101111011011110101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB560B; }

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

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

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

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

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

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

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

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