#BE1758

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

Shades of Old Rose #BE1758

Tints of Old Rose #BE1758

Color information

#BE1758 (or 0xBE1758) is unknown color: approx Old Rose. HEX triplet: BE, 17 and 58. RGB value is (190,23,88). Sum of RGB (Red+Green+Blue) = 190+23+88=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1758 is #41E8A7. Grayscale: #505050. Windows color (decimal): -4319400 or 5773246. OLE color: 5773246.

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

Color convert

RGB1902388-
CMYK00.880.540.25
HSL336.65º78.4%41.76%-
HSV(B)336.65º87.89%74.51%-
XYZ23.312.2610.37-
YUV80.34132.33206.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.12%
GREEN value IS 23 (9.38% from 255) = 7.64%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=63.12%
G=7.64%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190238800.880.540.25336.6578.441.76
HexBE175805836191514e2a
Octal276271300130663152111652
Binary1011111010111101100001011000110110110011010100011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1758; }

 p { color: rgb(190,23,88); }

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

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

 a { background-color: rgb(190,23,88); }

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

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

 span { border-color: rgb(190,23,88); }

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