#BE1752

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

Shades of Old Rose #BE1752

Tints of Old Rose #BE1752

Color information

#BE1752 (or 0xBE1752) is unknown color: approx Old Rose. HEX triplet: BE, 17 and 52. RGB value is (190,23,82). Sum of RGB (Red+Green+Blue) = 190+23+82=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1752 is #41E8AD. Grayscale: #4F4F4F. Windows color (decimal): -4319406 or 5380030. OLE color: 5380030.

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

Color convert

RGB1902382-
CMYK00.880.570.25
HSL338.8º78.4%41.76%-
HSV(B)338.8º87.89%74.51%-
XYZ23.0612.179.12-
YUV79.66129.33206.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=64.41%
G=7.80%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190238200.880.570.25338.878.441.76
HexBE175205839191534e2a
Octal276271220130713152311652
Binary1011111010111101001001011000111001110011010100111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1752; }

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

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

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

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

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

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

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

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