Html Css Color HEX #BC5E12 Tenne (Tawny)

📋 copy color: '#BC5E12'

red 188 ◦ green 94 ◦ blue 18

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

Shades of Tenne (Tawny) #BC5E12

Tints of Tenne (Tawny) #BC5E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.33%

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

R = 62.67%
G = 31.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC5E12 (or 0xBC5E12) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 12. RGB value is (188,94,18). Sum of RGB (Red+Green+Blue) = 188+94+18=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E12 is #43A1ED. Grayscale: #717171. Windows color (decimal): -4432366 or 1203900. OLE color: 1203900.

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

Color convert

RGB 188 94 18 -
CMYK 0 0.50 0.90 0.26
HSL 26.82º 0.83% 0.4% -
HSV(B) 26.82º 0.9% 0.74% -
XYZ 24.85 18.74 2.88 -
YUV 113.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 188 94 18 0 0.50 0.90 0.26 26.82 0.83 0.4
Hex BC 5E 12 0 32 5A 1A 1B 53 28
Octal 274 136 22 0 62 132 32 33 123 50
Binary 10111100 1011110 10010 0 110010 1011010 11010 11011 1010011 101000

Color Harmonies of #BC5E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E12

Black with #BC5E12

Text Example


Text Example

White with #BC5E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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