Html Css Color HEX #BC5B10 Tenne (Tawny)

📋 copy color: '#BC5B10'

red 188 ◦ green 91 ◦ blue 16

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

Shades of Tenne (Tawny) #BC5B10

Tints of Tenne (Tawny) #BC5B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

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

R = 63.73%
G = 30.85%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5B10 (or 0xBC5B10) is known color: Tenne (Tawny). HEX triplet: BC, 5B and 10. RGB value is (188,91,16). Sum of RGB (Red+Green+Blue) = 188+91+16=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5B10 is #43A4EF. Grayscale: #6F6F6F. Windows color (decimal): -4433136 or 1072060. OLE color: 1072060.

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

Color convert

RGB 188 91 16 -
CMYK 0 0.52 0.91 0.26
HSL 26.16º 0.84% 0.4% -
HSV(B) 26.16º 0.91% 0.74% -
XYZ 24.57 18.21 2.71 -
YUV 111.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 188 91 16 0 0.52 0.91 0.26 26.16 0.84 0.4
Hex BC 5B 10 0 34 5B 1A 1A 54 28
Octal 274 133 20 0 64 133 32 32 124 50
Binary 10111100 1011011 10000 0 110100 1011011 11010 11010 1010100 101000

Color Harmonies of #BC5B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B10

Black with #BC5B10

Text Example


Text Example

White with #BC5B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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