Html Css Color HEX #BC6807 Tenne (Tawny)

📋 copy color: '#BC6807'

red 188 ◦ green 104 ◦ blue 7

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

Shades of Tenne (Tawny) #BC6807

Tints of Tenne (Tawny) #BC6807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.34%

R = 62.88%
G = 34.78%
B = 2.34%

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

#BC6807 (or 0xBC6807) is known color: Tenne (Tawny). HEX triplet: BC, 68 and 07. RGB value is (188,104,7). Sum of RGB (Red+Green+Blue) = 188+104+7=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6807 is #4397F8. Grayscale: #767676. Windows color (decimal): -4429817 or 485564. OLE color: 485564.

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

Color convert

RGB 188 104 7 -
CMYK 0 0.45 0.96 0.26
HSL 32.15º 0.93% 0.38% -
HSV(B) 32.15º 0.96% 0.74% -
XYZ 25.73 20.61 2.82 -
YUV 118.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 188 104 7 0 0.45 0.96 0.26 32.15 0.93 0.38
Hex BC 68 7 0 2D 60 1A 20 5D 26
Octal 274 150 7 0 55 140 32 40 135 46
Binary 10111100 1101000 111 0 101101 1100000 11010 100000 1011101 100110

Color Harmonies of #BC6807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6807

Black with #BC6807

Text Example


Text Example

White with #BC6807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6807; }

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

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

background-color css

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

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

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

border-color css

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

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

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