#BE3560

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

Shades of Old Rose #BE3560

Tints of Old Rose #BE3560

Color information

#BE3560 (or 0xBE3560) is unknown color: approx Old Rose. HEX triplet: BE, 35 and 60. RGB value is (190,53,96). Sum of RGB (Red+Green+Blue) = 190+53+96=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3560 is #41CA9F. Grayscale: #626262. Windows color (decimal): -4311712 or 6305214. OLE color: 6305214.

HSL color Cylindrical-coordinate representation of color #BE3560: hue angle of 341.17º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3560 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1905396-
CMYK00.720.490.25
HSL341.17º56.38%47.65%-
HSV(B)341.17º72.11%74.51%-
XYZ24.6214.3412.54-
YUV98.86126.39193-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=56.05%
G=15.63%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190539600.720.490.25341.1756.3847.65
HexBE356004831191553830
Octal27665140011061315257060
Binary1011111011010111000000100100011000111001101010101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3560; }

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

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

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

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

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

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

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

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