Html Css Color HEX #BC5100 Tenne (Tawny)

📋 copy color: '#BC5100'

red 188 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #BC5100

Tints of Tenne (Tawny) #BC5100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.89%
G = 30.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC5100 (or 0xBC5100) is known color: Tenne (Tawny). HEX triplet: BC, 51 and 00. RGB value is (188,81,0). Sum of RGB (Red+Green+Blue) = 188+81+0=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5100 is #43AEFF. Grayscale: #686868. Windows color (decimal): -4435712 or 20924. OLE color: 20924.

HSL color Cylindrical-coordinate representation of color #BC5100: hue angle of 25.85º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC5100 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 0 -
CMYK 0 0.57 1 0.26
HSL 25.85º 1% 0.37% -
HSV(B) 25.85º 1% 0.74% -
XYZ 23.68 16.58 1.95 -
YUV 103.76 69.45 188.09 -
System Red Green Blue C M Y K H S L
Decimal 188 81 0 0 0.57 1 0.26 25.85 1 0.37
Hex BC 51 0 0 39 64 1A 1A 64 25
Octal 274 121 0 0 71 144 32 32 144 45
Binary 10111100 1010001 0 0 111001 1100100 11010 11010 1100100 100101

Color Harmonies of #BC5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5100

Black with #BC5100

Text Example


Text Example

White with #BC5100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5100; }

 p { color: rgb(188,81,0); }

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

background-color css

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

 a { background-color: rgb(188,81,0); }

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

border-color css

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

 span { border-color: rgb(188,81,0); }

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