#BE3048

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

Shades of Old Rose #BE3048

Tints of Old Rose #BE3048

Color information

#BE3048 (or 0xBE3048) is unknown color: approx Old Rose. HEX triplet: BE, 30 and 48. RGB value is (190,48,72). Sum of RGB (Red+Green+Blue) = 190+48+72=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3048 is #41CFB7. Grayscale: #5D5D5D. Windows color (decimal): -4313016 or 4731070. OLE color: 4731070.

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

Color convert

RGB1904872-
CMYK00.750.620.25
HSL349.86º59.66%46.67%-
HSV(B)349.86º74.74%74.51%-
XYZ23.4613.537.51-
YUV93.19116.04197.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=61.29%
G=15.48%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190487200.750.620.25349.8659.6646.67
HexBE304804B3E1915e3c2f
Octal27660110011376315367457
Binary1011111011000010010000100101111111011001101011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3048; }

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

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

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

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

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

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

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

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