#BE3A4E

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

Shades of Old Rose #BE3A4E

Tints of Old Rose #BE3A4E

Color information

#BE3A4E (or 0xBE3A4E) is unknown color: approx Old Rose. HEX triplet: BE, 3A and 4E. RGB value is (190,58,78). Sum of RGB (Red+Green+Blue) = 190+58+78=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A4E is #41C5B1. Grayscale: #636363. Windows color (decimal): -4310450 or 5126846. OLE color: 5126846.

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

Color convert

RGB1905878-
CMYK00.690.590.25
HSL350.91º53.23%48.63%-
HSV(B)350.91º69.47%74.51%-
XYZ24.1214.528.74-
YUV99.75115.73192.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=58.28%
G=17.79%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190587800.690.590.25350.9153.2348.63
HexBE3A4E0453B1915f3531
Octal27672116010573315376561
Binary1011111011101010011100100010111101111001101011111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A4E; }

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

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

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

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

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

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

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

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