#BE2858

Color #BE2858 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BE2858

Tints of Old Rose #BE2858

Color information

#BE2858 (or 0xBE2858) is unknown color: approx Old Rose. HEX triplet: BE, 28 and 58. RGB value is (190,40,88). Sum of RGB (Red+Green+Blue) = 190+40+88=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2858 is #41D7A7. Grayscale: #5A5A5A. Windows color (decimal): -4315048 or 5777598. OLE color: 5777598.

HSL color Cylindrical-coordinate representation of color #BE2858: hue angle of 340.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2858 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1904088-
CMYK00.790.540.25
HSL340.8º65.22%45.1%-
HSV(B)340.8º78.95%74.51%-
XYZ23.7613.1710.52-
YUV90.32126.7199.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.75%
GREEN value IS 40 (16.02% from 255) = 12.58%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=59.75%
G=12.58%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190408800.790.540.25340.865.2245.1
HexBE285804F3619155412d
Octal276501300117663152510155
Binary10111110101000101100001001111110110110011010101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2858; }

 p { color: rgb(190,40,88); }

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

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

 a { background-color: rgb(190,40,88); }

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

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

 span { border-color: rgb(190,40,88); }

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