#BE570C

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

Shades of Tenne (Tawny) #BE570C

Tints of Tenne (Tawny) #BE570C

Color information

#BE570C (or 0xBE570C) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 57 and 0C. RGB value is (190,87,12). Sum of RGB (Red+Green+Blue) = 190+87+12=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE570C is #41A8F3. Grayscale: #6D6D6D. Windows color (decimal): -4303092 or 808894. OLE color: 808894.

HSL color Cylindrical-coordinate representation of color #BE570C: hue angle of 25.28º 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 #BE570C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1908712-
CMYK00.540.940.25
HSL25.28º88.12%39.61%-
HSV(B)25.28º93.68%74.51%-
XYZ24.7117.792.48-
YUV109.2573.12185.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.74%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 12 (5.08% from 255) = 4.15%
R=65.74%
G=30.10%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190871200.540.940.2525.2888.1239.61
HexBE57C0365E19195828
Octal27612714066136313113050
Binary10111110101011111000110110101111011001110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE570C; }

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

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

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

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

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

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

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

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