Html Css Color HEX #BC5D0E Tenne (Tawny)

📋 copy color: '#BC5D0E'

red 188 ◦ green 93 ◦ blue 14

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

Shades of Tenne (Tawny) #BC5D0E

Tints of Tenne (Tawny) #BC5D0E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 14 (5.86% from 255) = 4.75%

R = 63.73%
G = 31.53%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC5D0E (or 0xBC5D0E) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 0E. RGB value is (188,93,14). Sum of RGB (Red+Green+Blue) = 188+93+14=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D0E is #43A2F1. Grayscale: #707070. Windows color (decimal): -4432626 or 941500. OLE color: 941500.

HSL color Cylindrical-coordinate representation of color #BC5D0E: hue angle of 27.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC5D0E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 14 -
CMYK 0 0.51 0.93 0.26
HSL 27.24º 0.86% 0.4% -
HSV(B) 27.24º 0.93% 0.74% -
XYZ 24.73 18.55 2.69 -
YUV 112.4 72.47 181.92 -
System Red Green Blue C M Y K H S L
Decimal 188 93 14 0 0.51 0.93 0.26 27.24 0.86 0.4
Hex BC 5D E 0 33 5D 1A 1B 56 28
Octal 274 135 16 0 63 135 32 33 126 50
Binary 10111100 1011101 1110 0 110011 1011101 11010 11011 1010110 101000

Color Harmonies of #BC5D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D0E

Black with #BC5D0E

Text Example


Text Example

White with #BC5D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D0E; }

 p { color: rgb(188,93,14); }

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

background-color css

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

 a { background-color: rgb(188,93,14); }

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

border-color css

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

 span { border-color: rgb(188,93,14); }

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