#BE2760

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

Shades of Old Rose #BE2760

Tints of Old Rose #BE2760

Color information

#BE2760 (or 0xBE2760) is unknown color: approx Old Rose. HEX triplet: BE, 27 and 60. RGB value is (190,39,96). Sum of RGB (Red+Green+Blue) = 190+39+96=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2760 is #41D89F. Grayscale: #5A5A5A. Windows color (decimal): -4315296 or 6301630. OLE color: 6301630.

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

Color convert

RGB1903996-
CMYK00.790.490.25
HSL337.35º65.94%44.9%-
HSV(B)337.35º79.47%74.51%-
XYZ24.0713.2412.35-
YUV90.65131.03198.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.46%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=58.46%
G=12%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190399600.790.490.25337.3565.9444.9
HexBE276004F3119151422d
Octal276471400117613152110255
Binary10111110100111110000001001111110001110011010100011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2760; }

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

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

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

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

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

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

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

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