#BB5800

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

Shades of Tenne (Tawny) #BB5800

Tints of Tenne (Tawny) #BB5800

Color information

#BB5800 (or 0xBB5800) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 58 and 00. RGB value is (187,88,0). Sum of RGB (Red+Green+Blue) = 187+88+0=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5800 is #44A7FF. Grayscale: #6C6C6C. Windows color (decimal): -4499456 or 22715. OLE color: 22715.

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

Color convert

RGB187880-
CMYK00.5310.27
HSL28.24º100%36.67%-
HSV(B)28.24º100%73.33%-
XYZ23.9817.542.12-
YUV107.5767.3184.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 0 (0.39% from 255) = 0%
R=68%
G=32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18788000.5310.2728.2410036.67
HexBB580035641B1c6425
Octal2731300065144333414445
Binary10111011101100000110101110010011011111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5800; }

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

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

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

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

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

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

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

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