#BE1B59

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

Shades of Old Rose #BE1B59

Tints of Old Rose #BE1B59

Color information

#BE1B59 (or 0xBE1B59) is unknown color: approx Old Rose. HEX triplet: BE, 1B and 59. RGB value is (190,27,89). Sum of RGB (Red+Green+Blue) = 190+27+89=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1B59 is #41E4A6. Grayscale: #525252. Windows color (decimal): -4318375 or 5839806. OLE color: 5839806.

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

Color convert

RGB1902789-
CMYK00.860.530.25
HSL337.18º75.12%42.55%-
HSV(B)337.18º85.79%74.51%-
XYZ23.4312.4510.62-
YUV82.8131.5204.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.09%
GREEN value IS 27 (10.94% from 255) = 8.82%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=62.09%
G=8.82%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190278900.860.530.25337.1875.1242.55
HexBE1B5905635191514b2b
Octal276331310126653152111353
Binary1011111011011101100101010110110101110011010100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1B59; }

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

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

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

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

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

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

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

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