#BC5308

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

Shades of Tenne (Tawny) #BC5308

Tints of Tenne (Tawny) #BC5308

Color information

#BC5308 (or 0xBC5308) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 53 and 08. RGB value is (188,83,8). Sum of RGB (Red+Green+Blue) = 188+83+8=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5308 is #43ACF7. Grayscale: #6A6A6A. Windows color (decimal): -4435192 or 545724. OLE color: 545724.

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

Color convert

RGB188838-
CMYK00.560.960.26
HSL25º91.84%38.43%-
HSV(B)25º95.74%73.73%-
XYZ23.8816.92.23-
YUV105.8472.79186.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 8 (3.52% from 255) = 2.87%
R=67.38%
G=29.75%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18883800.560.960.262591.8438.43
HexBC538038601A195c26
Octal27412310070140323113446
Binary10111100101001110000111000110000011010110011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5308; }

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

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

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

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

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

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

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

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