Html Css Color HEX #BC5912 Tenne (Tawny)

📋 copy color: '#BC5912'

red 188 ◦ green 89 ◦ blue 18

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

Shades of Tenne (Tawny) #BC5912

Tints of Tenne (Tawny) #BC5912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 63.73%
G = 30.17%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC5912 (or 0xBC5912) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 12. RGB value is (188,89,18). Sum of RGB (Red+Green+Blue) = 188+89+18=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5912 is #43A6ED. Grayscale: #6E6E6E. Windows color (decimal): -4433646 or 1202620. OLE color: 1202620.

HSL color Cylindrical-coordinate representation of color #BC5912: hue angle of 25.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5912 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 89 18 -
CMYK 0 0.53 0.90 0.26
HSL 25.06º 0.83% 0.4% -
HSV(B) 25.06º 0.9% 0.74% -
XYZ 24.42 17.88 2.74 -
YUV 110.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 188 89 18 0 0.53 0.90 0.26 25.06 0.83 0.4
Hex BC 59 12 0 35 5A 1A 19 53 28
Octal 274 131 22 0 65 132 32 31 123 50
Binary 10111100 1011001 10010 0 110101 1011010 11010 11001 1010011 101000

Color Harmonies of #BC5912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5912

Black with #BC5912

Text Example


Text Example

White with #BC5912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5912; }

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

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

background-color css

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

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

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

border-color css

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

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

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