#BC5F00

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

Shades of Tenne (Tawny) #BC5F00

Tints of Tenne (Tawny) #BC5F00

Color information

#BC5F00 (or 0xBC5F00) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 5F and 00. RGB value is (188,95,0). Sum of RGB (Red+Green+Blue) = 188+95+0=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5F00 is #43A0FF. Grayscale: #707070. Windows color (decimal): -4432128 or 24508. OLE color: 24508.

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

Color convert

RGB188950-
CMYK00.4910.26
HSL30.32º100%36.86%-
HSV(B)30.32º100%73.73%-
XYZ24.8318.882.33-
YUV111.9864.81182.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.43%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.43%
G=33.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18895000.4910.2630.3210036.86
HexBC5F0031641A1e6425
Octal2741370061144323614445
Binary10111100101111100110001110010011010111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5F00; }

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

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

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

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

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

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

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

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