#BC4F04

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

Shades of Tenne (Tawny) #BC4F04

Tints of Tenne (Tawny) #BC4F04

Color information

#BC4F04 (or 0xBC4F04) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 4F and 04. RGB value is (188,79,4). Sum of RGB (Red+Green+Blue) = 188+79+4=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F04 is #43B0FB. Grayscale: #676767. Windows color (decimal): -4436220 or 282556. OLE color: 282556.

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

Color convert

RGB188794-
CMYK00.580.980.26
HSL24.46º95.83%37.65%-
HSV(B)24.46º97.87%73.73%-
XYZ23.5616.292.02-
YUV103.0472.11188.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.37%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 4 (1.95% from 255) = 1.48%
R=69.37%
G=29.15%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18879400.580.980.2624.4695.8337.65
HexBC4F403A621A186026
Octal2741174072142323014046
Binary1011110010011111000111010110001011010110001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4F04; }

 p { color: rgb(188,79,4); }

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

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

 a { background-color: rgb(188,79,4); }

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

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

 span { border-color: rgb(188,79,4); }

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