Html Css Color HEX #BC5C0C Tenne (Tawny)

📋 copy color: '#BC5C0C'

red 188 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #BC5C0C

Tints of Tenne (Tawny) #BC5C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 64.38%
G = 31.51%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC5C0C (or 0xBC5C0C) is known color: Tenne (Tawny). HEX triplet: BC, 5C and 0C. RGB value is (188,92,12). Sum of RGB (Red+Green+Blue) = 188+92+12=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5C0C is #43A3F3. Grayscale: #6F6F6F. Windows color (decimal): -4432884 or 810172. OLE color: 810172.

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

Color convert

RGB 188 92 12 -
CMYK 0 0.51 0.94 0.26
HSL 27.27º 0.88% 0.39% -
HSV(B) 27.27º 0.94% 0.74% -
XYZ 24.63 18.37 2.6 -
YUV 111.58 71.8 182.5 -
System Red Green Blue C M Y K H S L
Decimal 188 92 12 0 0.51 0.94 0.26 27.27 0.88 0.39
Hex BC 5C C 0 33 5E 1A 1B 58 27
Octal 274 134 14 0 63 136 32 33 130 47
Binary 10111100 1011100 1100 0 110011 1011110 11010 11011 1011000 100111

Color Harmonies of #BC5C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C0C

Black with #BC5C0C

Text Example


Text Example

White with #BC5C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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