Html Css Color HEX #BC5A11 Tenne (Tawny)

📋 copy color: '#BC5A11'

red 188 ◦ green 90 ◦ blue 17

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

Shades of Tenne (Tawny) #BC5A11

Tints of Tenne (Tawny) #BC5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

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

R = 63.73%
G = 30.51%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5A11 (or 0xBC5A11) is known color: Tenne (Tawny). HEX triplet: BC, 5A and 11. RGB value is (188,90,17). Sum of RGB (Red+Green+Blue) = 188+90+17=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5A11 is #43A5EE. Grayscale: #6F6F6F. Windows color (decimal): -4433391 or 1137340. OLE color: 1137340.

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

Color convert

RGB 188 90 17 -
CMYK 0 0.52 0.91 0.26
HSL 25.61º 0.83% 0.4% -
HSV(B) 25.61º 0.91% 0.74% -
XYZ 24.5 18.04 2.72 -
YUV 110.98 74.97 182.94 -
System Red Green Blue C M Y K H S L
Decimal 188 90 17 0 0.52 0.91 0.26 25.61 0.83 0.4
Hex BC 5A 11 0 34 5B 1A 1A 53 28
Octal 274 132 21 0 64 133 32 32 123 50
Binary 10111100 1011010 10001 0 110100 1011011 11010 11010 1010011 101000

Color Harmonies of #BC5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A11

Black with #BC5A11

Text Example


Text Example

White with #BC5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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