#BE2952

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

Shades of Old Rose #BE2952

Tints of Old Rose #BE2952

Color information

#BE2952 (or 0xBE2952) is unknown color: approx Old Rose. HEX triplet: BE, 29 and 52. RGB value is (190,41,82). Sum of RGB (Red+Green+Blue) = 190+41+82=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2952 is #41D6AD. Grayscale: #5A5A5A. Windows color (decimal): -4314798 or 5384638. OLE color: 5384638.

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

Color convert

RGB1904182-
CMYK00.780.570.25
HSL343.49º64.5%45.29%-
HSV(B)343.49º78.42%74.51%-
XYZ23.5513.149.28-
YUV90.22123.36199.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.70%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=60.70%
G=13.10%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190418200.780.570.25343.4964.545.29
HexBE295204E3919157412d
Octal276511220116713152710155
Binary10111110101001101001001001110111001110011010101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2952; }

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

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

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

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

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

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

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

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