Html Css Color HEX #BC5408 Tenne (Tawny)

📋 copy color: '#BC5408'

red 188 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #BC5408

Tints of Tenne (Tawny) #BC5408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 67.14%
G = 30%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC5408 (or 0xBC5408) is known color: Tenne (Tawny). HEX triplet: BC, 54 and 08. RGB value is (188,84,8). Sum of RGB (Red+Green+Blue) = 188+84+8=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5408 is #43ABF7. Grayscale: #6A6A6A. Windows color (decimal): -4434936 or 545980. OLE color: 545980.

HSL color Cylindrical-coordinate representation of color #BC5408: hue angle of 25.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC5408 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 8 -
CMYK 0 0.55 0.96 0.26
HSL 25.33º 0.92% 0.38% -
HSV(B) 25.33º 0.96% 0.74% -
XYZ 23.95 17.05 2.26 -
YUV 106.43 72.46 186.18 -
System Red Green Blue C M Y K H S L
Decimal 188 84 8 0 0.55 0.96 0.26 25.33 0.92 0.38
Hex BC 54 8 0 37 60 1A 19 5C 26
Octal 274 124 10 0 67 140 32 31 134 46
Binary 10111100 1010100 1000 0 110111 1100000 11010 11001 1011100 100110

Color Harmonies of #BC5408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5408

Black with #BC5408

Text Example


Text Example

White with #BC5408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5408; }

 p { color: rgb(188,84,8); }

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

background-color css

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

 a { background-color: rgb(188,84,8); }

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

border-color css

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

 span { border-color: rgb(188,84,8); }

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