#BE3E48

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

Shades of Old Rose #BE3E48

Tints of Old Rose #BE3E48

Color information

#BE3E48 (or 0xBE3E48) is unknown color: approx Old Rose. HEX triplet: BE, 3E and 48. RGB value is (190,62,72). Sum of RGB (Red+Green+Blue) = 190+62+72=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E48 is #41C1B7. Grayscale: #656565. Windows color (decimal): -4309432 or 4734654. OLE color: 4734654.

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

Color convert

RGB1906272-
CMYK00.670.620.25
HSL355.31º50.79%49.41%-
HSV(B)355.31º67.37%74.51%-
XYZ24.1314.867.73-
YUV101.41111.41191.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 62 (24.61% from 255) = 19.14%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=58.64%
G=19.14%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190627200.670.620.25355.3150.7949.41
HexBE3E480433E191633331
Octal27676110010376315436361
Binary1011111011111010010000100001111111011001101100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E48; }

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

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

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

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

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

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

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

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