Html Css Color HEX #BC5F11 Tenne (Tawny)

📋 copy color: '#BC5F11'

red 188 ◦ green 95 ◦ blue 17

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

Shades of Tenne (Tawny) #BC5F11

Tints of Tenne (Tawny) #BC5F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.67%

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

R = 62.67%
G = 31.67%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5F11 (or 0xBC5F11) is known color: Tenne (Tawny). HEX triplet: BC, 5F and 11. RGB value is (188,95,17). Sum of RGB (Red+Green+Blue) = 188+95+17=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5F11 is #43A0EE. Grayscale: #727272. Windows color (decimal): -4432111 or 1138620. OLE color: 1138620.

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

Color convert

RGB 188 95 17 -
CMYK 0 0.49 0.91 0.26
HSL 27.37º 0.83% 0.4% -
HSV(B) 27.37º 0.91% 0.74% -
XYZ 24.93 18.92 2.87 -
YUV 113.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 188 95 17 0 0.49 0.91 0.26 27.37 0.83 0.4
Hex BC 5F 11 0 31 5B 1A 1B 53 28
Octal 274 137 21 0 61 133 32 33 123 50
Binary 10111100 1011111 10001 0 110001 1011011 11010 11011 1010011 101000

Color Harmonies of #BC5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F11

Black with #BC5F11

Text Example


Text Example

White with #BC5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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