Html Css Color HEX #BC5610 Tenne (Tawny)

📋 copy color: '#BC5610'

red 188 ◦ green 86 ◦ blue 16

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

Shades of Tenne (Tawny) #BC5610

Tints of Tenne (Tawny) #BC5610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.52%

R = 64.83%
G = 29.66%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5610 (or 0xBC5610) is known color: Tenne (Tawny). HEX triplet: BC, 56 and 10. RGB value is (188,86,16). Sum of RGB (Red+Green+Blue) = 188+86+16=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5610 is #43A9EF. Grayscale: #6C6C6C. Windows color (decimal): -4434416 or 1070780. OLE color: 1070780.

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

Color convert

RGB 188 86 16 -
CMYK 0 0.54 0.91 0.26
HSL 24.42º 0.84% 0.4% -
HSV(B) 24.42º 0.91% 0.74% -
XYZ 24.16 17.38 2.57 -
YUV 108.52 75.79 184.69 -
System Red Green Blue C M Y K H S L
Decimal 188 86 16 0 0.54 0.91 0.26 24.42 0.84 0.4
Hex BC 56 10 0 36 5B 1A 18 54 28
Octal 274 126 20 0 66 133 32 30 124 50
Binary 10111100 1010110 10000 0 110110 1011011 11010 11000 1010100 101000

Color Harmonies of #BC5610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5610

Black with #BC5610

Text Example


Text Example

White with #BC5610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5610; }

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

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

background-color css

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

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

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

border-color css

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

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

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