#BE3A4F

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

Shades of Old Rose #BE3A4F

Tints of Old Rose #BE3A4F

Color information

#BE3A4F (or 0xBE3A4F) is unknown color: approx Old Rose. HEX triplet: BE, 3A and 4F. RGB value is (190,58,79). Sum of RGB (Red+Green+Blue) = 190+58+79=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A4F is #41C5B0. Grayscale: #636363. Windows color (decimal): -4310449 or 5192382. OLE color: 5192382.

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

Color convert

RGB1905879-
CMYK00.690.580.25
HSL350.45º53.23%48.63%-
HSV(B)350.45º69.47%74.51%-
XYZ24.1614.548.93-
YUV99.86116.23192.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 58 (23.05% from 255) = 17.74%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=58.10%
G=17.74%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190587900.690.580.25350.4553.2348.63
HexBE3A4F0453A1915e3531
Octal27672117010572315366561
Binary1011111011101010011110100010111101011001101011110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A4F; }

 p { color: rgb(190,58,79); }

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

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

 a { background-color: rgb(190,58,79); }

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

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

 span { border-color: rgb(190,58,79); }

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