#BE2751

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

Shades of Old Rose #BE2751

Tints of Old Rose #BE2751

Color information

#BE2751 (or 0xBE2751) is unknown color: approx Old Rose. HEX triplet: BE, 27 and 51. RGB value is (190,39,81). Sum of RGB (Red+Green+Blue) = 190+39+81=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2751 is #41D8AE. Grayscale: #585858. Windows color (decimal): -4315311 or 5318590. OLE color: 5318590.

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

Color convert

RGB1903981-
CMYK00.790.570.25
HSL343.31º65.94%44.9%-
HSV(B)343.31º79.47%74.51%-
XYZ23.4512.999.06-
YUV88.94123.53200.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=61.29%
G=12.58%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190398100.790.570.25343.3165.9444.9
HexBE275104F3919157422d
Octal276471210117713152710255
Binary10111110100111101000101001111111001110011010101111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2751; }

 p { color: rgb(190,39,81); }

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

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

 a { background-color: rgb(190,39,81); }

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

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

 span { border-color: rgb(190,39,81); }

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