#BE2552

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

Shades of Old Rose #BE2552

Tints of Old Rose #BE2552

Color information

#BE2552 (or 0xBE2552) is unknown color: approx Old Rose. HEX triplet: BE, 25 and 52. RGB value is (190,37,82). Sum of RGB (Red+Green+Blue) = 190+37+82=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2552 is #41DAAD. Grayscale: #575757. Windows color (decimal): -4315822 or 5383614. OLE color: 5383614.

HSL color Cylindrical-coordinate representation of color #BE2552: hue angle of 342.35º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2552 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB1903782-
CMYK00.810.570.25
HSL342.35º67.4%44.51%-
HSV(B)342.35º80.53%74.51%-
XYZ23.4212.889.23-
YUV87.88124.69200.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.49%
GREEN value IS 37 (14.84% from 255) = 11.97%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=61.49%
G=11.97%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190378200.810.570.25342.3567.444.51
HexBE25520513919156432d
Octal276451220121713152610355
Binary10111110100101101001001010001111001110011010101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2552; }

 p { color: rgb(190,37,82); }

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

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

 a { background-color: rgb(190,37,82); }

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

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

 span { border-color: rgb(190,37,82); }

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