#BE1D5A

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

Shades of Old Rose #BE1D5A

Tints of Old Rose #BE1D5A

Color information

#BE1D5A (or 0xBE1D5A) is unknown color: approx Old Rose. HEX triplet: BE, 1D and 5A. RGB value is (190,29,90). Sum of RGB (Red+Green+Blue) = 190+29+90=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1D5A is #41E2A5. Grayscale: #545454. Windows color (decimal): -4317862 or 5905854. OLE color: 5905854.

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

Color convert

RGB1902990-
CMYK00.850.530.25
HSL337.27º73.52%42.94%-
HSV(B)337.27º84.74%74.51%-
XYZ23.5212.5610.86-
YUV84.09131.34203.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.49%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=61.49%
G=9.39%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190299000.850.530.25337.2773.5242.94
HexBE1D5A05535191514a2b
Octal276351320125653152111253
Binary1011111011101101101001010101110101110011010100011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D5A; }

 p { color: rgb(190,29,90); }

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

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

 a { background-color: rgb(190,29,90); }

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

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

 span { border-color: rgb(190,29,90); }

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