Html Css Color HEX #BC6406 Tenne (Tawny)

📋 copy color: '#BC6406'

red 188 ◦ green 100 ◦ blue 6

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

Shades of Tenne (Tawny) #BC6406

Tints of Tenne (Tawny) #BC6406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 63.95%
G = 34.01%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC6406 (or 0xBC6406) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 06. RGB value is (188,100,6). Sum of RGB (Red+Green+Blue) = 188+100+6=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6406 is #439BF9. Grayscale: #747474. Windows color (decimal): -4430842 or 419004. OLE color: 419004.

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

Color convert

RGB 188 100 6 -
CMYK 0 0.47 0.97 0.26
HSL 30.99º 0.94% 0.38% -
HSV(B) 30.99º 0.97% 0.74% -
XYZ 25.33 19.82 2.66 -
YUV 115.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 188 100 6 0 0.47 0.97 0.26 30.99 0.94 0.38
Hex BC 64 6 0 2F 61 1A 1F 5E 26
Octal 274 144 6 0 57 141 32 37 136 46
Binary 10111100 1100100 110 0 101111 1100001 11010 11111 1011110 100110

Color Harmonies of #BC6406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6406

Black with #BC6406

Text Example


Text Example

White with #BC6406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6406; }

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

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

background-color css

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

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

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

border-color css

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

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

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