Html Css Color HEX #BC6408 Tenne (Tawny)

📋 copy color: '#BC6408'

red 188 ◦ green 100 ◦ blue 8

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

Shades of Tenne (Tawny) #BC6408

Tints of Tenne (Tawny) #BC6408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

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

R = 63.51%
G = 33.78%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC6408 (or 0xBC6408) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 08. RGB value is (188,100,8). Sum of RGB (Red+Green+Blue) = 188+100+8=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6408 is #439BF7. Grayscale: #747474. Windows color (decimal): -4430840 or 550076. OLE color: 550076.

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

Color convert

RGB 188 100 8 -
CMYK 0 0.47 0.96 0.26
HSL 30.67º 0.92% 0.38% -
HSV(B) 30.67º 0.96% 0.74% -
XYZ 25.34 19.82 2.72 -
YUV 115.82 67.15 179.48 -
System Red Green Blue C M Y K H S L
Decimal 188 100 8 0 0.47 0.96 0.26 30.67 0.92 0.38
Hex BC 64 8 0 2F 60 1A 1F 5C 26
Octal 274 144 10 0 57 140 32 37 134 46
Binary 10111100 1100100 1000 0 101111 1100000 11010 11111 1011100 100110

Color Harmonies of #BC6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6408

Black with #BC6408

Text Example


Text Example

White with #BC6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6408; }

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

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

background-color css

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

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

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

border-color css

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

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

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