Html Css Color HEX #BC4F04 Tenne (Tawny)

📋 copy color: '#BC4F04'

red 188 ◦ green 79 ◦ blue 4

#BC4F04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #BC4F04

Tints of Tenne (Tawny) #BC4F04

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 value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4F04 (or 0xBC4F04) is known color: 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

RGB 188 79 4 -
CMYK 0 0.58 0.98 0.26
HSL 24.46º 0.96% 0.38% -
HSV(B) 24.46º 0.98% 0.74% -
XYZ 23.56 16.29 2.02 -
YUV 103.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 188 79 4 0 0.58 0.98 0.26 24.46 0.96 0.38
Hex BC 4F 4 0 3A 62 1A 18 60 26
Octal 274 117 4 0 72 142 32 30 140 46
Binary 10111100 1001111 100 0 111010 1100010 11010 11000 1100000 100110

Color Harmonies of #BC4F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F04

Black with #BC4F04

Text Example


Text Example

White with #BC4F04

Text Example


Text Example

HTML Codes & Css Web 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>