Html Css Color HEX #BC5914 Tenne (Tawny)

📋 copy color: '#BC5914'

red 188 ◦ green 89 ◦ blue 20

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

Shades of Tenne (Tawny) #BC5914

Tints of Tenne (Tawny) #BC5914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 63.3%
G = 29.97%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC5914 (or 0xBC5914) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 14. RGB value is (188,89,20). Sum of RGB (Red+Green+Blue) = 188+89+20=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5914 is #43A6EB. Grayscale: #6F6F6F. Windows color (decimal): -4433644 or 1333692. OLE color: 1333692.

HSL color Cylindrical-coordinate representation of color #BC5914: hue angle of 24.64º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC5914 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 89 20 -
CMYK 0 0.53 0.89 0.26
HSL 24.64º 0.81% 0.41% -
HSV(B) 24.64º 0.89% 0.74% -
XYZ 24.44 17.89 2.83 -
YUV 110.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 188 89 20 0 0.53 0.89 0.26 24.64 0.81 0.41
Hex BC 59 14 0 35 59 1A 19 51 29
Octal 274 131 24 0 65 131 32 31 121 51
Binary 10111100 1011001 10100 0 110101 1011001 11010 11001 1010001 101001

Color Harmonies of #BC5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5914

Black with #BC5914

Text Example


Text Example

White with #BC5914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5914; }

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

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

background-color css

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

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

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

border-color css

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

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

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