Html Css Color HEX #BC5E13 Tenne (Tawny)

📋 copy color: '#BC5E13'

red 188 ◦ green 94 ◦ blue 19

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

Shades of Tenne (Tawny) #BC5E13

Tints of Tenne (Tawny) #BC5E13

RGB

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

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

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

R = 62.46%
G = 31.23%
B = 6.31%

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

#BC5E13 (or 0xBC5E13) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 13. RGB value is (188,94,19). Sum of RGB (Red+Green+Blue) = 188+94+19=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E13 is #43A1EC. Grayscale: #717171. Windows color (decimal): -4432365 or 1269436. OLE color: 1269436.

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

Color convert

RGB 188 94 19 -
CMYK 0 0.50 0.90 0.26
HSL 26.63º 0.82% 0.41% -
HSV(B) 26.63º 0.9% 0.74% -
XYZ 24.86 18.74 2.92 -
YUV 113.56 74.64 181.1 -
System Red Green Blue C M Y K H S L
Decimal 188 94 19 0 0.50 0.90 0.26 26.63 0.82 0.41
Hex BC 5E 13 0 32 5A 1A 1B 52 29
Octal 274 136 23 0 62 132 32 33 122 51
Binary 10111100 1011110 10011 0 110010 1011010 11010 11011 1010010 101001

Color Harmonies of #BC5E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E13

Black with #BC5E13

Text Example


Text Example

White with #BC5E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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