#BE3055

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

Shades of Old Rose #BE3055

Tints of Old Rose #BE3055

Color information

#BE3055 (or 0xBE3055) is unknown color: approx Old Rose. HEX triplet: BE, 30 and 55. RGB value is (190,48,85). Sum of RGB (Red+Green+Blue) = 190+48+85=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3055 is #41CFAA. Grayscale: #5E5E5E. Windows color (decimal): -4313003 or 5583038. OLE color: 5583038.

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

Color convert

RGB1904885-
CMYK00.750.550.25
HSL344.37º59.66%46.67%-
HSV(B)344.37º74.74%74.51%-
XYZ23.9313.729.98-
YUV94.68122.54195.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=58.82%
G=14.86%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190488500.750.550.25344.3759.6646.67
HexBE305504B37191583c2f
Octal27660125011367315307457
Binary1011111011000010101010100101111011111001101011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3055; }

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

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

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

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

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

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

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

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