#BE2C47

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

Shades of Old Rose #BE2C47

Tints of Old Rose #BE2C47

Color information

#BE2C47 (or 0xBE2C47) is unknown color: approx Old Rose. HEX triplet: BE, 2C and 47. RGB value is (190,44,71). Sum of RGB (Red+Green+Blue) = 190+44+71=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C47 is #41D3B8. Grayscale: #5A5A5A. Windows color (decimal): -4314041 or 4664510. OLE color: 4664510.

HSL color Cylindrical-coordinate representation of color #BE2C47: hue angle of 348.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C47 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1904471-
CMYK00.770.630.25
HSL348.9º62.39%45.88%-
HSV(B)348.9º76.84%74.51%-
XYZ23.2713.27.28-
YUV90.73116.87198.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 44 (17.58% from 255) = 14.43%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=62.30%
G=14.43%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190447100.770.630.25348.962.3945.88
HexBE2C4704D3F1915d3e2e
Octal27654107011577315357656
Binary1011111010110010001110100110111111111001101011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2C47; }

 p { color: rgb(190,44,71); }

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

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

 a { background-color: rgb(190,44,71); }

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

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

 span { border-color: rgb(190,44,71); }

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