#BE2F4A

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

Shades of Old Rose #BE2F4A

Tints of Old Rose #BE2F4A

Color information

#BE2F4A (or 0xBE2F4A) is unknown color: approx Old Rose. HEX triplet: BE, 2F and 4A. RGB value is (190,47,74). Sum of RGB (Red+Green+Blue) = 190+47+74=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F4A is #41D0B5. Grayscale: #5C5C5C. Windows color (decimal): -4313270 or 4861886. OLE color: 4861886.

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

Color convert

RGB1904774-
CMYK00.750.610.25
HSL348.67º60.34%46.47%-
HSV(B)348.67º75.26%74.51%-
XYZ23.4913.477.84-
YUV92.84117.38197.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.09%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=61.09%
G=15.11%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190477400.750.610.25348.6760.3446.47
HexBE2F4A04B3D1915d3c2e
Octal27657112011375315357456
Binary1011111010111110010100100101111110111001101011101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2F4A; }

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

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

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

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

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

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

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

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