Html Css Color HEX #BC590F Tenne (Tawny)

📋 copy color: '#BC590F'

red 188 ◦ green 89 ◦ blue 15

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

Shades of Tenne (Tawny) #BC590F

Tints of Tenne (Tawny) #BC590F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.14%

R = 64.38%
G = 30.48%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC590F (or 0xBC590F) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 0F. RGB value is (188,89,15). Sum of RGB (Red+Green+Blue) = 188+89+15=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC590F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC590F is #43A6F0. Grayscale: #6E6E6E. Windows color (decimal): -4433649 or 1006012. OLE color: 1006012.

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

Color convert

RGB 188 89 15 -
CMYK 0 0.53 0.92 0.26
HSL 25.66º 0.85% 0.4% -
HSV(B) 25.66º 0.92% 0.74% -
XYZ 24.4 17.87 2.62 -
YUV 110.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 188 89 15 0 0.53 0.92 0.26 25.66 0.85 0.4
Hex BC 59 F 0 35 5C 1A 1A 55 28
Octal 274 131 17 0 65 134 32 32 125 50
Binary 10111100 1011001 1111 0 110101 1011100 11010 11010 1010101 101000

Color Harmonies of #BC590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC590F

Black with #BC590F

Text Example


Text Example

White with #BC590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC590F; }

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

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

background-color css

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

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

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

border-color css

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

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

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