#BE3558

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

Shades of Old Rose #BE3558

Tints of Old Rose #BE3558

Color information

#BE3558 (or 0xBE3558) is unknown color: approx Old Rose. HEX triplet: BE, 35 and 58. RGB value is (190,53,88). Sum of RGB (Red+Green+Blue) = 190+53+88=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3558 is #41CAA7. Grayscale: #616161. Windows color (decimal): -4311720 or 5780926. OLE color: 5780926.

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

Color convert

RGB1905388-
CMYK00.720.540.25
HSL344.67º56.38%47.65%-
HSV(B)344.67º72.11%74.51%-
XYZ24.2714.210.69-
YUV97.95122.39193.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=57.40%
G=16.01%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190538800.720.540.25344.6756.3847.65
HexBE355804836191593830
Octal27665130011066315317060
Binary1011111011010110110000100100011011011001101011001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3558; }

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

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

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

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

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

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

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

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