Html Css Color HEX #BC5407 Tenne (Tawny)

📋 copy color: '#BC5407'

red 188 ◦ green 84 ◦ blue 7

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

Shades of Tenne (Tawny) #BC5407

Tints of Tenne (Tawny) #BC5407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 67.38%
G = 30.11%
B = 2.51%

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

#BC5407 (or 0xBC5407) is known color: Tenne (Tawny). HEX triplet: BC, 54 and 07. RGB value is (188,84,7). Sum of RGB (Red+Green+Blue) = 188+84+7=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5407 is #43ABF8. Grayscale: #6A6A6A. Windows color (decimal): -4434937 or 480444. OLE color: 480444.

HSL color Cylindrical-coordinate representation of color #BC5407: hue angle of 25.52º degrees, saturation: 0.93, 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 #BC5407 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 7 -
CMYK 0 0.55 0.96 0.26
HSL 25.52º 0.93% 0.38% -
HSV(B) 25.52º 0.96% 0.74% -
XYZ 23.95 17.05 2.23 -
YUV 106.32 71.96 186.26 -
System Red Green Blue C M Y K H S L
Decimal 188 84 7 0 0.55 0.96 0.26 25.52 0.93 0.38
Hex BC 54 7 0 37 60 1A 1A 5D 26
Octal 274 124 7 0 67 140 32 32 135 46
Binary 10111100 1010100 111 0 110111 1100000 11010 11010 1011101 100110

Color Harmonies of #BC5407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5407

Black with #BC5407

Text Example


Text Example

White with #BC5407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5407; }

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

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

background-color css

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

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

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

border-color css

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

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

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