Html Css Color HEX #BC5C0E Tenne (Tawny)

📋 copy color: '#BC5C0E'

red 188 ◦ green 92 ◦ blue 14

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

Shades of Tenne (Tawny) #BC5C0E

Tints of Tenne (Tawny) #BC5C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.29%

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

R = 63.95%
G = 31.29%
B = 4.76%

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

#BC5C0E (or 0xBC5C0E) is known color: Tenne (Tawny). HEX triplet: BC, 5C and 0E. RGB value is (188,92,14). Sum of RGB (Red+Green+Blue) = 188+92+14=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5C0E is #43A3F1. Grayscale: #707070. Windows color (decimal): -4432882 or 941244. OLE color: 941244.

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

Color convert

RGB 188 92 14 -
CMYK 0 0.51 0.93 0.26
HSL 26.9º 0.86% 0.4% -
HSV(B) 26.9º 0.93% 0.74% -
XYZ 24.65 18.38 2.66 -
YUV 111.81 72.8 182.34 -
System Red Green Blue C M Y K H S L
Decimal 188 92 14 0 0.51 0.93 0.26 26.9 0.86 0.4
Hex BC 5C E 0 33 5D 1A 1B 56 28
Octal 274 134 16 0 63 135 32 33 126 50
Binary 10111100 1011100 1110 0 110011 1011101 11010 11011 1010110 101000

Color Harmonies of #BC5C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C0E

Black with #BC5C0E

Text Example


Text Example

White with #BC5C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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