#BE1653

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

Shades of Old Rose #BE1653

Tints of Old Rose #BE1653

Color information

#BE1653 (or 0xBE1653) is unknown color: approx Old Rose. HEX triplet: BE, 16 and 53. RGB value is (190,22,83). Sum of RGB (Red+Green+Blue) = 190+22+83=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1653 is #41E9AC. Grayscale: #4F4F4F. Windows color (decimal): -4319661 or 5445310. OLE color: 5445310.

HSL color Cylindrical-coordinate representation of color #BE1653: hue angle of 338.21º degrees, saturation: 0.79, 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 #BE1653 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1902283-
CMYK00.880.560.25
HSL338.21º79.25%41.57%-
HSV(B)338.21º88.42%74.51%-
XYZ23.0812.159.31-
YUV79.19130.16207.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=64.41%
G=7.46%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190228300.880.560.25338.2179.2541.57
HexBE165305838191524f2a
Octal276261230130703152211752
Binary1011111010110101001101011000111000110011010100101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1653; }

 p { color: rgb(190,22,83); }

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

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

 a { background-color: rgb(190,22,83); }

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

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

 span { border-color: rgb(190,22,83); }

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