#BE3E4E

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

Shades of Old Rose #BE3E4E

Tints of Old Rose #BE3E4E

Color information

#BE3E4E (or 0xBE3E4E) is unknown color: approx Old Rose. HEX triplet: BE, 3E and 4E. RGB value is (190,62,78). Sum of RGB (Red+Green+Blue) = 190+62+78=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E4E is #41C1B1. Grayscale: #666666. Windows color (decimal): -4309426 or 5127870. OLE color: 5127870.

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

Color convert

RGB1906278-
CMYK00.670.590.25
HSL352.5º50.79%49.41%-
HSV(B)352.5º67.37%74.51%-
XYZ24.3314.948.81-
YUV102.1114.41190.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.58%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=57.58%
G=18.79%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190627800.670.590.25352.550.7949.41
HexBE3E4E0433B191603331
Octal27676116010373315406361
Binary1011111011111010011100100001111101111001101100000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E4E; }

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

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

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

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

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

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

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

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