#BC5306

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

Shades of Tenne (Tawny) #BC5306

Tints of Tenne (Tawny) #BC5306

Color information

#BC5306 (or 0xBC5306) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 53 and 06. RGB value is (188,83,6). Sum of RGB (Red+Green+Blue) = 188+83+6=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5306 is #43ACF9. Grayscale: #6A6A6A. Windows color (decimal): -4435194 or 414652. OLE color: 414652.

HSL color Cylindrical-coordinate representation of color #BC5306: hue angle of 25.38º degrees, saturation: 0.94, 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 #BC5306 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB188836-
CMYK00.560.970.26
HSL25.38º93.81%38.04%-
HSV(B)25.38º96.81%73.73%-
XYZ23.8716.892.17-
YUV105.6271.79186.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.87%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=67.87%
G=29.96%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18883600.560.970.2625.3893.8138.04
HexBC536038611A195e26
Octal2741236070141323113646
Binary1011110010100111100111000110000111010110011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5306; }

 p { color: rgb(188,83,6); }

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

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

 a { background-color: rgb(188,83,6); }

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

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

 span { border-color: rgb(188,83,6); }

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