Html Css Color HEX #BC6011 Tenne (Tawny)

📋 copy color: '#BC6011'

red 188 ◦ green 96 ◦ blue 17

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

Shades of Tenne (Tawny) #BC6011

Tints of Tenne (Tawny) #BC6011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 62.46%
G = 31.89%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC6011 (or 0xBC6011) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 11. RGB value is (188,96,17). Sum of RGB (Red+Green+Blue) = 188+96+17=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6011 is #439FEE. Grayscale: #727272. Windows color (decimal): -4431855 or 1138876. OLE color: 1138876.

HSL color Cylindrical-coordinate representation of color #BC6011: hue angle of 27.72º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC6011 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 17 -
CMYK 0 0.49 0.91 0.26
HSL 27.72º 0.83% 0.4% -
HSV(B) 27.72º 0.91% 0.74% -
XYZ 25.02 19.1 2.9 -
YUV 114.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 188 96 17 0 0.49 0.91 0.26 27.72 0.83 0.4
Hex BC 60 11 0 31 5B 1A 1C 53 28
Octal 274 140 21 0 61 133 32 34 123 50
Binary 10111100 1100000 10001 0 110001 1011011 11010 11100 1010011 101000

Color Harmonies of #BC6011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6011

Black with #BC6011

Text Example


Text Example

White with #BC6011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6011; }

 p { color: rgb(188,96,17); }

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

background-color css

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

 a { background-color: rgb(188,96,17); }

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

border-color css

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

 span { border-color: rgb(188,96,17); }

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