Html Css Color HEX #BC6808 Tenne (Tawny)

📋 copy color: '#BC6808'

red 188 ◦ green 104 ◦ blue 8

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

Shades of Tenne (Tawny) #BC6808

Tints of Tenne (Tawny) #BC6808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.67%

R = 62.67%
G = 34.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC6808 (or 0xBC6808) is known color: Tenne (Tawny). HEX triplet: BC, 68 and 08. RGB value is (188,104,8). Sum of RGB (Red+Green+Blue) = 188+104+8=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6808 is #4397F7. Grayscale: #767676. Windows color (decimal): -4429816 or 551100. OLE color: 551100.

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

Color convert

RGB 188 104 8 -
CMYK 0 0.45 0.96 0.26
HSL 32º 0.92% 0.38% -
HSV(B) 32º 0.96% 0.74% -
XYZ 25.73 20.61 2.85 -
YUV 118.17 65.83 177.81 -
System Red Green Blue C M Y K H S L
Decimal 188 104 8 0 0.45 0.96 0.26 32 0.92 0.38
Hex BC 68 8 0 2D 60 1A 20 5C 26
Octal 274 150 10 0 55 140 32 40 134 46
Binary 10111100 1101000 1000 0 101101 1100000 11010 100000 1011100 100110

Color Harmonies of #BC6808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6808

Black with #BC6808

Text Example


Text Example

White with #BC6808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6808; }

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

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

background-color css

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

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

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

border-color css

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

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

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