#BB5400

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

Shades of Tenne (Tawny) #BB5400

Tints of Tenne (Tawny) #BB5400

Color information

#BB5400 (or 0xBB5400) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 54 and 00. RGB value is (187,84,0). Sum of RGB (Red+Green+Blue) = 187+84+0=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5400 is #44ABFF. Grayscale: #696969. Windows color (decimal): -4500480 or 21691. OLE color: 21691.

HSL color Cylindrical-coordinate representation of color #BB5400: hue angle of 26.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB5400 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB187840-
CMYK00.5510.27
HSL26.95º100%36.67%-
HSV(B)26.95º100%73.33%-
XYZ23.6616.912.02-
YUV105.2268.62186.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.00%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.00%
G=31.00%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18784000.5510.2726.9510036.67
HexBB540037641B1b6425
Octal2731240067144333314445
Binary10111011101010000110111110010011011110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5400; }

 p { color: rgb(187,84,0); }

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

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

 a { background-color: rgb(187,84,0); }

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

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

 span { border-color: rgb(187,84,0); }

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