#BE354E

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

Shades of Old Rose #BE354E

Tints of Old Rose #BE354E

Color information

#BE354E (or 0xBE354E) is unknown color: approx Old Rose. HEX triplet: BE, 35 and 4E. RGB value is (190,53,78). Sum of RGB (Red+Green+Blue) = 190+53+78=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE354E is #41CAB1. Grayscale: #606060. Windows color (decimal): -4311730 or 5125566. OLE color: 5125566.

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

Color convert

RGB1905378-
CMYK00.720.590.25
HSL349.05º56.38%47.65%-
HSV(B)349.05º72.11%74.51%-
XYZ23.8814.048.66-
YUV96.81117.39194.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.19%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=59.19%
G=16.51%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190537800.720.590.25349.0556.3847.65
HexBE354E0483B1915d3830
Octal27665116011073315357060
Binary1011111011010110011100100100011101111001101011101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE354E; }

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

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

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

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

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

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

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

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