#BE1850

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

Shades of Old Rose #BE1850

Tints of Old Rose #BE1850

Color information

#BE1850 (or 0xBE1850) is unknown color: approx Old Rose. HEX triplet: BE, 18 and 50. RGB value is (190,24,80). Sum of RGB (Red+Green+Blue) = 190+24+80=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1850 is #41E7AF. Grayscale: #4F4F4F. Windows color (decimal): -4319152 or 5249214. OLE color: 5249214.

HSL color Cylindrical-coordinate representation of color #BE1850: hue angle of 339.76º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1850 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1902480-
CMYK00.870.580.25
HSL339.76º77.57%41.96%-
HSV(B)339.76º87.37%74.51%-
XYZ23.0112.188.73-
YUV80.02128206.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.63%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=64.63%
G=8.16%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190248000.870.580.25339.7677.5741.96
HexBE18500573A191544e2a
Octal276301200127723152411652
Binary1011111011000101000001010111111010110011010101001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1850; }

 p { color: rgb(190,24,80); }

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

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

 a { background-color: rgb(190,24,80); }

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

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

 span { border-color: rgb(190,24,80); }

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