#BE3051

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

Shades of Old Rose #BE3051

Tints of Old Rose #BE3051

Color information

#BE3051 (or 0xBE3051) is unknown color: approx Old Rose. HEX triplet: BE, 30 and 51. RGB value is (190,48,81). Sum of RGB (Red+Green+Blue) = 190+48+81=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3051 is #41CFAE. Grayscale: #5E5E5E. Windows color (decimal): -4313007 or 5320894. OLE color: 5320894.

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

Color convert

RGB1904881-
CMYK00.750.570.25
HSL346.06º59.66%46.67%-
HSV(B)346.06º74.74%74.51%-
XYZ23.7813.669.17-
YUV94.22120.54196.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=59.56%
G=15.05%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190488100.750.570.25346.0659.6646.67
HexBE305104B391915a3c2f
Octal27660121011371315327457
Binary1011111011000010100010100101111100111001101011010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3051; }

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

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

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

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

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

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

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

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