Html Css Color HEX #BC5107 Tenne (Tawny)

📋 copy color: '#BC5107'

red 188 ◦ green 81 ◦ blue 7

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

Shades of Tenne (Tawny) #BC5107

Tints of Tenne (Tawny) #BC5107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 68.12%
G = 29.35%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC5107 (or 0xBC5107) is known color: Tenne (Tawny). HEX triplet: BC, 51 and 07. RGB value is (188,81,7). Sum of RGB (Red+Green+Blue) = 188+81+7=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5107 is #43AEF8. Grayscale: #686868. Windows color (decimal): -4435705 or 479676. OLE color: 479676.

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

Color convert

RGB 188 81 7 -
CMYK 0 0.57 0.96 0.26
HSL 24.53º 0.93% 0.38% -
HSV(B) 24.53º 0.96% 0.74% -
XYZ 23.72 16.59 2.15 -
YUV 104.56 72.95 187.52 -
System Red Green Blue C M Y K H S L
Decimal 188 81 7 0 0.57 0.96 0.26 24.53 0.93 0.38
Hex BC 51 7 0 39 60 1A 19 5D 26
Octal 274 121 7 0 71 140 32 31 135 46
Binary 10111100 1010001 111 0 111001 1100000 11010 11001 1011101 100110

Color Harmonies of #BC5107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5107

Black with #BC5107

Text Example


Text Example

White with #BC5107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5107; }

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

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

background-color css

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

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

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

border-color css

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

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

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