Html Css Color HEX #BC5913 Tenne (Tawny)

📋 copy color: '#BC5913'

red 188 ◦ green 89 ◦ blue 19

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

Shades of Tenne (Tawny) #BC5913

Tints of Tenne (Tawny) #BC5913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 63.51%
G = 30.07%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC5913 (or 0xBC5913) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 13. RGB value is (188,89,19). Sum of RGB (Red+Green+Blue) = 188+89+19=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5913 is #43A6EC. Grayscale: #6F6F6F. Windows color (decimal): -4433645 or 1268156. OLE color: 1268156.

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

Color convert

RGB 188 89 19 -
CMYK 0 0.53 0.90 0.26
HSL 24.85º 0.82% 0.41% -
HSV(B) 24.85º 0.9% 0.74% -
XYZ 24.43 17.88 2.78 -
YUV 110.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 188 89 19 0 0.53 0.90 0.26 24.85 0.82 0.41
Hex BC 59 13 0 35 5A 1A 19 52 29
Octal 274 131 23 0 65 132 32 31 122 51
Binary 10111100 1011001 10011 0 110101 1011010 11010 11001 1010010 101001

Color Harmonies of #BC5913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5913

Black with #BC5913

Text Example


Text Example

White with #BC5913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5913; }

 p { color: rgb(188,89,19); }

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

background-color css

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

 a { background-color: rgb(188,89,19); }

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

border-color css

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

 span { border-color: rgb(188,89,19); }

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