Html Css Color HEX #BC590D Tenne (Tawny)

📋 copy color: '#BC590D'

red 188 ◦ green 89 ◦ blue 13

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

Shades of Tenne (Tawny) #BC590D

Tints of Tenne (Tawny) #BC590D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 64.83%
G = 30.69%
B = 4.48%

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

#BC590D (or 0xBC590D) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 0D. RGB value is (188,89,13). Sum of RGB (Red+Green+Blue) = 188+89+13=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC590D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC590D is #43A6F2. Grayscale: #6E6E6E. Windows color (decimal): -4433651 or 874940. OLE color: 874940.

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

Color convert

RGB 188 89 13 -
CMYK 0 0.53 0.93 0.26
HSL 26.06º 0.87% 0.39% -
HSV(B) 26.06º 0.93% 0.74% -
XYZ 24.38 17.87 2.54 -
YUV 109.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 188 89 13 0 0.53 0.93 0.26 26.06 0.87 0.39
Hex BC 59 D 0 35 5D 1A 1A 57 27
Octal 274 131 15 0 65 135 32 32 127 47
Binary 10111100 1011001 1101 0 110101 1011101 11010 11010 1010111 100111

Color Harmonies of #BC590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC590D

Black with #BC590D

Text Example


Text Example

White with #BC590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC590D; }

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

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

background-color css

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

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

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

border-color css

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

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

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