Html Css Color HEX #BC5911 Tenne (Tawny)

📋 copy color: '#BC5911'

red 188 ◦ green 89 ◦ blue 17

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

Shades of Tenne (Tawny) #BC5911

Tints of Tenne (Tawny) #BC5911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

 BLUE value IS 17 (7.03% from 255) = 5.78%

R = 63.95%
G = 30.27%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5911 (or 0xBC5911) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 11. RGB value is (188,89,17). Sum of RGB (Red+Green+Blue) = 188+89+17=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5911 is #43A6EE. Grayscale: #6E6E6E. Windows color (decimal): -4433647 or 1137084. OLE color: 1137084.

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

Color convert

RGB 188 89 17 -
CMYK 0 0.53 0.91 0.26
HSL 25.26º 0.83% 0.4% -
HSV(B) 25.26º 0.91% 0.74% -
XYZ 24.41 17.88 2.69 -
YUV 110.39 75.3 183.35 -
System Red Green Blue C M Y K H S L
Decimal 188 89 17 0 0.53 0.91 0.26 25.26 0.83 0.4
Hex BC 59 11 0 35 5B 1A 19 53 28
Octal 274 131 21 0 65 133 32 31 123 50
Binary 10111100 1011001 10001 0 110101 1011011 11010 11001 1010011 101000

Color Harmonies of #BC5911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5911

Black with #BC5911

Text Example


Text Example

White with #BC5911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5911; }

 p { color: rgb(188,89,17); }

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

background-color css

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

 a { background-color: rgb(188,89,17); }

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

border-color css

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

 span { border-color: rgb(188,89,17); }

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