#BB5E00

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

Shades of Tenne (Tawny) #BB5E00

Tints of Tenne (Tawny) #BB5E00

Color information

#BB5E00 (or 0xBB5E00) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 5E and 00. RGB value is (187,94,0). Sum of RGB (Red+Green+Blue) = 187+94+0=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E00 is #44A1FF. Grayscale: #6F6F6F. Windows color (decimal): -4497920 or 24251. OLE color: 24251.

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

Color convert

RGB187940-
CMYK00.5010.27
HSL30.16º100%36.67%-
HSV(B)30.16º100%73.33%-
XYZ24.518.572.29-
YUV111.0965.31182.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.55%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.55%
G=33.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18794000.5010.2730.1610036.67
HexBB5E0032641B1e6425
Octal2731360062144333614445
Binary10111011101111000110010110010011011111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E00; }

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

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

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

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

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

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

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

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