Html Css Color HEX #BC5C10 Tenne (Tawny)

📋 copy color: '#BC5C10'

red 188 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #BC5C10

Tints of Tenne (Tawny) #BC5C10

RGB

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

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

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

R = 63.51%
G = 31.08%
B = 5.41%

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

#BC5C10 (or 0xBC5C10) is known color: Tenne (Tawny). HEX triplet: BC, 5C and 10. RGB value is (188,92,16). Sum of RGB (Red+Green+Blue) = 188+92+16=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5C10 is #43A3EF. Grayscale: #707070. Windows color (decimal): -4432880 or 1072316. OLE color: 1072316.

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

Color convert

RGB 188 92 16 -
CMYK 0 0.51 0.91 0.26
HSL 26.51º 0.84% 0.4% -
HSV(B) 26.51º 0.91% 0.74% -
XYZ 24.66 18.38 2.74 -
YUV 112.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 188 92 16 0 0.51 0.91 0.26 26.51 0.84 0.4
Hex BC 5C 10 0 33 5B 1A 1B 54 28
Octal 274 134 20 0 63 133 32 33 124 50
Binary 10111100 1011100 10000 0 110011 1011011 11010 11011 1010100 101000

Color Harmonies of #BC5C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C10

Black with #BC5C10

Text Example


Text Example

White with #BC5C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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