#be3c4e

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

Shades of Old Rose #BE3C4E

Tints of Old Rose #BE3C4E

Color information

#BE3C4E (or 0xBE3C4E) is unknown color: approx Old Rose. HEX triplet: BE, 3C and 4E. RGB value is (190,60,78). Sum of RGB (Red+Green+Blue) = 190+60+78=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C4E is #41C3B1. Grayscale: #646464. Windows color (decimal): -4309938 or 5127358. OLE color: 5127358.

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

Color convert

RGB1906078-
CMYK00.680.590.25
HSL351.69º52%49.02%-
HSV(B)351.69º68.42%74.51%-
XYZ24.2314.738.77-
YUV100.92115.07191.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.93%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=57.93%
G=18.29%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190607800.680.590.25351.695249.02
HexBE3C4E0443B191603431
Octal27674116010473315406461
Binary1011111011110010011100100010011101111001101100000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3c4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3c4e; }

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

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

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

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

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

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

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

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