Html Css Color HEX #BC590C Tenne (Tawny)

📋 copy color: '#BC590C'

red 188 ◦ green 89 ◦ blue 12

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

Shades of Tenne (Tawny) #BC590C

Tints of Tenne (Tawny) #BC590C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.15%

R = 65.05%
G = 30.8%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC590C (or 0xBC590C) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 0C. RGB value is (188,89,12). Sum of RGB (Red+Green+Blue) = 188+89+12=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC590C is #43A6F3. Grayscale: #6E6E6E. Windows color (decimal): -4433652 or 809404. OLE color: 809404.

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

Color convert

RGB 188 89 12 -
CMYK 0 0.53 0.94 0.26
HSL 26.25º 0.88% 0.39% -
HSV(B) 26.25º 0.94% 0.74% -
XYZ 24.38 17.86 2.51 -
YUV 109.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 188 89 12 0 0.53 0.94 0.26 26.25 0.88 0.39
Hex BC 59 C 0 35 5E 1A 1A 58 27
Octal 274 131 14 0 65 136 32 32 130 47
Binary 10111100 1011001 1100 0 110101 1011110 11010 11010 1011000 100111

Color Harmonies of #BC590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC590C

Black with #BC590C

Text Example


Text Example

White with #BC590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC590C; }

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

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

background-color css

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

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

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

border-color css

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

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

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