#BE3457

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

Shades of Old Rose #BE3457

Tints of Old Rose #BE3457

Color information

#BE3457 (or 0xBE3457) is unknown color: approx Old Rose. HEX triplet: BE, 34 and 57. RGB value is (190,52,87). Sum of RGB (Red+Green+Blue) = 190+52+87=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3457 is #41CBA8. Grayscale: #616161. Windows color (decimal): -4311977 or 5715134. OLE color: 5715134.

HSL color Cylindrical-coordinate representation of color #BE3457: hue angle of 344.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3457 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1905287-
CMYK00.730.540.25
HSL344.78º57.02%47.45%-
HSV(B)344.78º72.63%74.51%-
XYZ24.1814.0910.46-
YUV97.25122.22194.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=57.75%
G=15.81%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190528700.730.540.25344.7857.0247.45
HexBE34570493619159392f
Octal27664127011166315317157
Binary1011111011010010101110100100111011011001101011001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3457; }

 p { color: rgb(190,52,87); }

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

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

 a { background-color: rgb(190,52,87); }

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

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

 span { border-color: rgb(190,52,87); }

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