Html Css Color HEX #BC5000 Tenne (Tawny)

📋 copy color: '#BC5000'

red 188 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #BC5000

Tints of Tenne (Tawny) #BC5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 70.15%
G = 29.85%
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

#BC5000 (or 0xBC5000) is known color: Tenne (Tawny). HEX triplet: BC, 50 and 00. RGB value is (188,80,0). Sum of RGB (Red+Green+Blue) = 188+80+0=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5000 is #43AFFF. Grayscale: #676767. Windows color (decimal): -4435968 or 20668. OLE color: 20668.

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

Color convert

RGB 188 80 0 -
CMYK 0 0.57 1 0.26
HSL 25.53º 1% 0.37% -
HSV(B) 25.53º 1% 0.74% -
XYZ 23.61 16.43 1.93 -
YUV 103.17 69.78 188.5 -
System Red Green Blue C M Y K H S L
Decimal 188 80 0 0 0.57 1 0.26 25.53 1 0.37
Hex BC 50 0 0 39 64 1A 1A 64 25
Octal 274 120 0 0 71 144 32 32 144 45
Binary 10111100 1010000 0 0 111001 1100100 11010 11010 1100100 100101

Color Harmonies of #BC5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5000

Black with #BC5000

Text Example


Text Example

White with #BC5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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