Html Css Color HEX #BC580E Tenne (Tawny)

📋 copy color: '#BC580E'

red 188 ◦ green 88 ◦ blue 14

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

Shades of Tenne (Tawny) #BC580E

Tints of Tenne (Tawny) #BC580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 64.83%
G = 30.34%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC580E (or 0xBC580E) is known color: Tenne (Tawny). HEX triplet: BC, 58 and 0E. RGB value is (188,88,14). Sum of RGB (Red+Green+Blue) = 188+88+14=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC580E is #43A7F1. Grayscale: #6D6D6D. Windows color (decimal): -4433906 or 940220. OLE color: 940220.

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

Color convert

RGB 188 88 14 -
CMYK 0 0.53 0.93 0.26
HSL 25.52º 0.86% 0.4% -
HSV(B) 25.52º 0.93% 0.74% -
XYZ 24.31 17.7 2.55 -
YUV 109.46 74.13 184.02 -
System Red Green Blue C M Y K H S L
Decimal 188 88 14 0 0.53 0.93 0.26 25.52 0.86 0.4
Hex BC 58 E 0 35 5D 1A 1A 56 28
Octal 274 130 16 0 65 135 32 32 126 50
Binary 10111100 1011000 1110 0 110101 1011101 11010 11010 1010110 101000

Color Harmonies of #BC580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC580E

Black with #BC580E

Text Example


Text Example

White with #BC580E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC580E; }

 p { color: rgb(188,88,14); }

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

background-color css

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

 a { background-color: rgb(188,88,14); }

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

border-color css

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

 span { border-color: rgb(188,88,14); }

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