#BE3D48

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

Shades of Old Rose #BE3D48

Tints of Old Rose #BE3D48

Color information

#BE3D48 (or 0xBE3D48) is unknown color: approx Old Rose. HEX triplet: BE, 3D and 48. RGB value is (190,61,72). Sum of RGB (Red+Green+Blue) = 190+61+72=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D48 is #41C2B7. Grayscale: #646464. Windows color (decimal): -4309688 or 4734398. OLE color: 4734398.

HSL color Cylindrical-coordinate representation of color #BE3D48: hue angle of 354.88º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3D48 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1906172-
CMYK00.680.620.25
HSL354.88º51.39%49.22%-
HSV(B)354.88º67.89%74.51%-
XYZ24.0714.757.71-
YUV100.82111.74191.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=58.82%
G=18.89%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190617200.680.620.25354.8851.3949.22
HexBE3D480443E191633331
Octal27675110010476315436361
Binary1011111011110110010000100010011111011001101100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D48; }

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

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

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

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

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

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

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

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