Html Css Color HEX #BC6804 Tenne (Tawny)

📋 copy color: '#BC6804'

red 188 ◦ green 104 ◦ blue 4

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

Shades of Tenne (Tawny) #BC6804

Tints of Tenne (Tawny) #BC6804

RGB

 RED value IS 188 (73.83% from 255) = 63.51%

 GREEN value IS 104 (41.02% from 255) = 35.14%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 63.51%
G = 35.14%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6804 (or 0xBC6804) is known color: Tenne (Tawny). HEX triplet: BC, 68 and 04. RGB value is (188,104,4). Sum of RGB (Red+Green+Blue) = 188+104+4=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6804 is #4397FB. Grayscale: #767676. Windows color (decimal): -4429820 or 288956. OLE color: 288956.

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

Color convert

RGB 188 104 4 -
CMYK 0 0.45 0.98 0.26
HSL 32.61º 0.96% 0.38% -
HSV(B) 32.61º 0.98% 0.74% -
XYZ 25.71 20.6 2.74 -
YUV 117.72 63.83 178.13 -
System Red Green Blue C M Y K H S L
Decimal 188 104 4 0 0.45 0.98 0.26 32.61 0.96 0.38
Hex BC 68 4 0 2D 62 1A 21 60 26
Octal 274 150 4 0 55 142 32 41 140 46
Binary 10111100 1101000 100 0 101101 1100010 11010 100001 1100000 100110

Color Harmonies of #BC6804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6804

Black with #BC6804

Text Example


Text Example

White with #BC6804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6804; }

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

 H1.HeaderClassName
 {
   color: #BC6804;
 }
 .AnyTagClassName
 {
   color: #BC6804;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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