#BE1D56

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

Shades of Old Rose #BE1D56

Tints of Old Rose #BE1D56

Color information

#BE1D56 (or 0xBE1D56) is unknown color: approx Old Rose. HEX triplet: BE, 1D and 56. RGB value is (190,29,86). Sum of RGB (Red+Green+Blue) = 190+29+86=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1D56 is #41E2A9. Grayscale: #535353. Windows color (decimal): -4317866 or 5643710. OLE color: 5643710.

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

Color convert

RGB1902986-
CMYK00.850.550.25
HSL338.76º73.52%42.94%-
HSV(B)338.76º84.74%74.51%-
XYZ23.3512.59.99-
YUV83.64129.34203.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 29 (11.72% from 255) = 9.51%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=62.30%
G=9.51%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190298600.850.550.25338.7673.5242.94
HexBE1D5605537191534a2b
Octal276351260125673152311253
Binary1011111011101101011001010101110111110011010100111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D56; }

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

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

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

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

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

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

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

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