Html Css Color HEX #BC6012 Tenne (Tawny)

📋 copy color: '#BC6012'

red 188 ◦ green 96 ◦ blue 18

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

Shades of Tenne (Tawny) #BC6012

Tints of Tenne (Tawny) #BC6012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 62.25%
G = 31.79%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC6012 (or 0xBC6012) is known color: Tenne (Tawny). HEX triplet: BC, 60 and 12. RGB value is (188,96,18). Sum of RGB (Red+Green+Blue) = 188+96+18=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6012 is #439FED. Grayscale: #737373. Windows color (decimal): -4431854 or 1204412. OLE color: 1204412.

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

Color convert

RGB 188 96 18 -
CMYK 0 0.49 0.90 0.26
HSL 27.53º 0.83% 0.4% -
HSV(B) 27.53º 0.9% 0.74% -
XYZ 25.03 19.1 2.94 -
YUV 114.62 73.48 180.34 -
System Red Green Blue C M Y K H S L
Decimal 188 96 18 0 0.49 0.90 0.26 27.53 0.83 0.4
Hex BC 60 12 0 31 5A 1A 1C 53 28
Octal 274 140 22 0 61 132 32 34 123 50
Binary 10111100 1100000 10010 0 110001 1011010 11010 11100 1010011 101000

Color Harmonies of #BC6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6012

Black with #BC6012

Text Example


Text Example

White with #BC6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6012; }

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

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

background-color css

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

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

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

border-color css

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

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

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