Html Css Color HEX #BC5006 Tenne (Tawny)

📋 copy color: '#BC5006'

red 188 ◦ green 80 ◦ blue 6

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

Shades of Tenne (Tawny) #BC5006

Tints of Tenne (Tawny) #BC5006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 68.61%
G = 29.2%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC5006 (or 0xBC5006) is known color: Tenne (Tawny). HEX triplet: BC, 50 and 06. RGB value is (188,80,6). Sum of RGB (Red+Green+Blue) = 188+80+6=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5006 is #43AFF9. Grayscale: #686868. Windows color (decimal): -4435962 or 413884. OLE color: 413884.

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

Color convert

RGB 188 80 6 -
CMYK 0 0.57 0.97 0.26
HSL 24.4º 0.94% 0.38% -
HSV(B) 24.4º 0.97% 0.74% -
XYZ 23.64 16.44 2.1 -
YUV 103.86 72.78 188.02 -
System Red Green Blue C M Y K H S L
Decimal 188 80 6 0 0.57 0.97 0.26 24.4 0.94 0.38
Hex BC 50 6 0 39 61 1A 18 5E 26
Octal 274 120 6 0 71 141 32 30 136 46
Binary 10111100 1010000 110 0 111001 1100001 11010 11000 1011110 100110

Color Harmonies of #BC5006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5006

Black with #BC5006

Text Example


Text Example

White with #BC5006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5006; }

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

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

background-color css

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

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

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

border-color css

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

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

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