#BE590C

Color #BE590C Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BE590C

Tints of Tenne (Tawny) #BE590C

Color information

#BE590C (or 0xBE590C) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 59 and 0C. RGB value is (190,89,12). Sum of RGB (Red+Green+Blue) = 190+89+12=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE590C is #41A6F3. Grayscale: #6E6E6E. Windows color (decimal): -4302580 or 809406. OLE color: 809406.

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

Color convert

RGB1908912-
CMYK00.530.940.25
HSL25.96º88.12%39.61%-
HSV(B)25.96º93.68%74.51%-
XYZ24.8718.122.53-
YUV110.4272.46184.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.29%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=65.29%
G=30.58%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190891200.530.940.2525.9688.1239.61
HexBE59C0355E191a5828
Octal27613114065136313213050
Binary10111110101100111000110101101111011001110101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE590C; }

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

 H1.HeaderClassName
 {
   color: #BE590C;
 }
 .AnyTagClassName
 {
   color: #BE590C;
 }
</style>
background-color css

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

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

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

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

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

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