#BB5500

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

Shades of Tenne (Tawny) #BB5500

Tints of Tenne (Tawny) #BB5500

Color information

#BB5500 (or 0xBB5500) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 55 and 00. RGB value is (187,85,0). Sum of RGB (Red+Green+Blue) = 187+85+0=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5500 is #44AAFF. Grayscale: #6A6A6A. Windows color (decimal): -4500224 or 21947. OLE color: 21947.

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

Color convert

RGB187850-
CMYK00.5510.27
HSL27.27º100%36.67%-
HSV(B)27.27º100%73.33%-
XYZ23.7417.062.04-
YUV105.8168.29185.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.75%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.75%
G=31.25%
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
Decimal18785000.5510.2727.2710036.67
HexBB550037641B1b6425
Octal2731250067144333314445
Binary10111011101010100110111110010011011110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5500; }

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

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

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

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

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

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

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

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