#BE2055

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

Shades of Old Rose #BE2055

Tints of Old Rose #BE2055

Color information

#BE2055 (or 0xBE2055) is unknown color: approx Old Rose. HEX triplet: BE, 20 and 55. RGB value is (190,32,85). Sum of RGB (Red+Green+Blue) = 190+32+85=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2055 is #41DFAA. Grayscale: #555555. Windows color (decimal): -4317099 or 5578942. OLE color: 5578942.

HSL color Cylindrical-coordinate representation of color #BE2055: hue angle of 339.87º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2055 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1903285-
CMYK00.830.550.25
HSL339.87º71.17%43.53%-
HSV(B)339.87º83.16%74.51%-
XYZ23.3912.649.8-
YUV85.28127.85202.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=61.89%
G=10.42%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190328500.830.550.25339.8771.1743.53
HexBE20550533719154472c
Octal276401250123673152410754
Binary10111110100000101010101010011110111110011010101001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2055; }

 p { color: rgb(190,32,85); }

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

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

 a { background-color: rgb(190,32,85); }

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

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

 span { border-color: rgb(190,32,85); }

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