Html Css Color HEX #BC5711 Tenne (Tawny)

📋 copy color: '#BC5711'

red 188 ◦ green 87 ◦ blue 17

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

Shades of Tenne (Tawny) #BC5711

Tints of Tenne (Tawny) #BC5711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

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

R = 64.38%
G = 29.79%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5711 (or 0xBC5711) is known color: Tenne (Tawny). HEX triplet: BC, 57 and 11. RGB value is (188,87,17). Sum of RGB (Red+Green+Blue) = 188+87+17=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5711 is #43A8EE. Grayscale: #6D6D6D. Windows color (decimal): -4434159 or 1136572. OLE color: 1136572.

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

Color convert

RGB 188 87 17 -
CMYK 0 0.54 0.91 0.26
HSL 24.56º 0.83% 0.4% -
HSV(B) 24.56º 0.91% 0.74% -
XYZ 24.25 17.55 2.64 -
YUV 109.22 75.96 184.19 -
System Red Green Blue C M Y K H S L
Decimal 188 87 17 0 0.54 0.91 0.26 24.56 0.83 0.4
Hex BC 57 11 0 36 5B 1A 19 53 28
Octal 274 127 21 0 66 133 32 31 123 50
Binary 10111100 1010111 10001 0 110110 1011011 11010 11001 1010011 101000

Color Harmonies of #BC5711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5711

Black with #BC5711

Text Example


Text Example

White with #BC5711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5711; }

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

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

background-color css

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

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

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

border-color css

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

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

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