Html Css Color HEX #BC560C Tenne (Tawny)

📋 copy color: '#BC560C'

red 188 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #BC560C

Tints of Tenne (Tawny) #BC560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

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

R = 65.73%
G = 30.07%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC560C (or 0xBC560C) is known color: Tenne (Tawny). HEX triplet: BC, 56 and 0C. RGB value is (188,86,12). Sum of RGB (Red+Green+Blue) = 188+86+12=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC560C is #43A9F3. Grayscale: #6C6C6C. Windows color (decimal): -4434420 or 808636. OLE color: 808636.

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

Color convert

RGB 188 86 12 -
CMYK 0 0.54 0.94 0.26
HSL 25.23º 0.88% 0.39% -
HSV(B) 25.23º 0.94% 0.74% -
XYZ 24.13 17.37 2.43 -
YUV 108.06 73.79 185.02 -
System Red Green Blue C M Y K H S L
Decimal 188 86 12 0 0.54 0.94 0.26 25.23 0.88 0.39
Hex BC 56 C 0 36 5E 1A 19 58 27
Octal 274 126 14 0 66 136 32 31 130 47
Binary 10111100 1010110 1100 0 110110 1011110 11010 11001 1011000 100111

Color Harmonies of #BC560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC560C

Black with #BC560C

Text Example


Text Example

White with #BC560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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