#BC5C00

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

Shades of Tenne (Tawny) #BC5C00

Tints of Tenne (Tawny) #BC5C00

Color information

#BC5C00 (or 0xBC5C00) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 5C and 00. RGB value is (188,92,0). Sum of RGB (Red+Green+Blue) = 188+92+0=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5C00 is #43A3FF. Grayscale: #6E6E6E. Windows color (decimal): -4432896 or 23740. OLE color: 23740.

HSL color Cylindrical-coordinate representation of color #BC5C00: hue angle of 29.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC5C00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB188920-
CMYK00.5110.26
HSL29.36º100%36.86%-
HSV(B)29.36º100%73.73%-
XYZ24.5718.352.25-
YUV110.2265.8183.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.14%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.14%
G=32.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18892000.5110.2629.3610036.86
HexBC5C0033641A1d6425
Octal2741340063144323514445
Binary10111100101110000110011110010011010111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C00; }

 p { color: rgb(188,92,0); }

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

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

 a { background-color: rgb(188,92,0); }

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

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

 span { border-color: rgb(188,92,0); }

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