#BE2F5A

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

Shades of Old Rose #BE2F5A

Tints of Old Rose #BE2F5A

Color information

#BE2F5A (or 0xBE2F5A) is unknown color: approx Old Rose. HEX triplet: BE, 2F and 5A. RGB value is (190,47,90). Sum of RGB (Red+Green+Blue) = 190+47+90=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2F5A is #41D0A5. Grayscale: #5E5E5E. Windows color (decimal): -4313254 or 5910462. OLE color: 5910462.

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

Color convert

RGB1904790-
CMYK00.750.530.25
HSL341.96º60.34%46.47%-
HSV(B)341.96º75.26%74.51%-
XYZ24.113.7211.05-
YUV94.66125.38196-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 47 (18.75% from 255) = 14.37%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=58.10%
G=14.37%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190479000.750.530.25341.9660.3446.47
HexBE2F5A04B35191563c2e
Octal27657132011365315267456
Binary1011111010111110110100100101111010111001101010110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2F5A; }

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

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

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

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

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

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

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

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