Html Css Color HEX #BC6010 Tenne (Tawny)

📋 copy color: '#BC6010'

red 188 ◦ green 96 ◦ blue 16

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

Shades of Tenne (Tawny) #BC6010

Tints of Tenne (Tawny) #BC6010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 62.67%
G = 32%
B = 5.33%

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

#BC6010 (or 0xBC6010) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 10. RGB value is (188,96,16). Sum of RGB (Red+Green+Blue) = 188+96+16=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6010 is #439FEF. Grayscale: #727272. Windows color (decimal): -4431856 or 1073340. OLE color: 1073340.

HSL color Cylindrical-coordinate representation of color #BC6010: hue angle of 27.91º degrees, saturation: 0.84, 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 #BC6010 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 16 -
CMYK 0 0.49 0.91 0.26
HSL 27.91º 0.84% 0.4% -
HSV(B) 27.91º 0.91% 0.74% -
XYZ 25.02 19.09 2.86 -
YUV 114.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 188 96 16 0 0.49 0.91 0.26 27.91 0.84 0.4
Hex BC 60 10 0 31 5B 1A 1C 54 28
Octal 274 140 20 0 61 133 32 34 124 50
Binary 10111100 1100000 10000 0 110001 1011011 11010 11100 1010100 101000

Color Harmonies of #BC6010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6010

Black with #BC6010

Text Example


Text Example

White with #BC6010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6010; }

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

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

background-color css

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

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

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

border-color css

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

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

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