#BB5802

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

Shades of Tenne (Tawny) #BB5802

Tints of Tenne (Tawny) #BB5802

Color information

#BB5802 (or 0xBB5802) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 58 and 02. RGB value is (187,88,2). Sum of RGB (Red+Green+Blue) = 187+88+2=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5802 is #44A7FD. Grayscale: #6C6C6C. Windows color (decimal): -4499454 or 153787. OLE color: 153787.

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

Color convert

RGB187882-
CMYK00.530.990.27
HSL27.89º97.88%37.06%-
HSV(B)27.89º98.93%73.33%-
XYZ23.9917.552.18-
YUV107.868.3184.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.51%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=67.51%
G=31.77%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18788200.530.990.2727.8997.8837.06
HexBB582035631B1c6225
Octal2731302065143333414245
Binary101110111011000100110101110001111011111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5802; }

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

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

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

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

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

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

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

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