#BC5505

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

Shades of Tenne (Tawny) #BC5505

Tints of Tenne (Tawny) #BC5505

Color information

#BC5505 (or 0xBC5505) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 55 and 05. RGB value is (188,85,5). Sum of RGB (Red+Green+Blue) = 188+85+5=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5505 is #43AAFA. Grayscale: #6B6B6B. Windows color (decimal): -4434683 or 349628. OLE color: 349628.

HSL color Cylindrical-coordinate representation of color #BC5505: hue angle of 26.23º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC5505 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB188855-
CMYK00.550.970.26
HSL26.23º94.82%37.84%-
HSV(B)26.23º97.34%73.73%-
XYZ24.0117.22.2-
YUV106.6870.62186-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.63%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 5 (2.34% from 255) = 1.80%
R=67.63%
G=30.58%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18885500.550.970.2626.2394.8237.84
HexBC555037611A1a5f26
Octal2741255067141323213746
Binary1011110010101011010110111110000111010110101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5505; }

 p { color: rgb(188,85,5); }

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

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

 a { background-color: rgb(188,85,5); }

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

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

 span { border-color: rgb(188,85,5); }

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