Html Css Color HEX #BC5D10 Tenne (Tawny)

📋 copy color: '#BC5D10'

red 188 ◦ green 93 ◦ blue 16

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

Shades of Tenne (Tawny) #BC5D10

Tints of Tenne (Tawny) #BC5D10

RGB

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

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

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

R = 63.3%
G = 31.31%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5D10 (or 0xBC5D10) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 10. RGB value is (188,93,16). Sum of RGB (Red+Green+Blue) = 188+93+16=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D10 is #43A2EF. Grayscale: #717171. Windows color (decimal): -4432624 or 1072572. OLE color: 1072572.

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

Color convert

RGB 188 93 16 -
CMYK 0 0.51 0.91 0.26
HSL 26.86º 0.84% 0.4% -
HSV(B) 26.86º 0.91% 0.74% -
XYZ 24.75 18.56 2.77 -
YUV 112.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 188 93 16 0 0.51 0.91 0.26 26.86 0.84 0.4
Hex BC 5D 10 0 33 5B 1A 1B 54 28
Octal 274 135 20 0 63 133 32 33 124 50
Binary 10111100 1011101 10000 0 110011 1011011 11010 11011 1010100 101000

Color Harmonies of #BC5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D10

Black with #BC5D10

Text Example


Text Example

White with #BC5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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