#BE3F4C

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

Shades of Old Rose #BE3F4C

Tints of Old Rose #BE3F4C

Color information

#BE3F4C (or 0xBE3F4C) is unknown color: approx Old Rose. HEX triplet: BE, 3F and 4C. RGB value is (190,63,76). Sum of RGB (Red+Green+Blue) = 190+63+76=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F4C is #41C0B3. Grayscale: #666666. Windows color (decimal): -4309172 or 4997054. OLE color: 4997054.

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

Color convert

RGB1906376-
CMYK00.670.600.25
HSL353.86º50.2%49.61%-
HSV(B)353.86º66.84%74.51%-
XYZ24.3215.028.46-
YUV102.46113.08190.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=57.75%
G=19.15%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190637600.670.600.25353.8650.249.61
HexBE3F4C0433C191623232
Octal27677114010374315426262
Binary1011111011111110011000100001111110011001101100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F4C; }

 p { color: rgb(190,63,76); }

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

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

 a { background-color: rgb(190,63,76); }

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

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

 span { border-color: rgb(190,63,76); }

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