#BE2B52

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

Shades of Old Rose #BE2B52

Tints of Old Rose #BE2B52

Color information

#BE2B52 (or 0xBE2B52) is unknown color: approx Old Rose. HEX triplet: BE, 2B and 52. RGB value is (190,43,82). Sum of RGB (Red+Green+Blue) = 190+43+82=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B52 is #41D4AD. Grayscale: #5B5B5B. Windows color (decimal): -4314286 or 5385150. OLE color: 5385150.

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

Color convert

RGB1904382-
CMYK00.770.570.25
HSL344.08º63.09%45.69%-
HSV(B)344.08º77.37%74.51%-
XYZ23.6213.289.3-
YUV91.4122.7198.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.32%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=60.32%
G=13.65%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190438200.770.570.25344.0863.0945.69
HexBE2B5204D39191583f2e
Octal27653122011571315307756
Binary1011111010101110100100100110111100111001101011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2B52; }

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

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

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

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

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

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

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

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