#BE3752

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

Shades of Old Rose #BE3752

Tints of Old Rose #BE3752

Color information

#BE3752 (or 0xBE3752) is unknown color: approx Old Rose. HEX triplet: BE, 37 and 52. RGB value is (190,55,82). Sum of RGB (Red+Green+Blue) = 190+55+82=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3752 is #41C8AD. Grayscale: #626262. Windows color (decimal): -4311214 or 5388222. OLE color: 5388222.

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

Color convert

RGB1905582-
CMYK00.710.570.25
HSL348º55.1%48.04%-
HSV(B)348º71.05%74.51%-
XYZ24.1214.299.47-
YUV98.44118.73193.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=58.10%
G=16.82%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190558200.710.570.2534855.148.04
HexBE3752047391915c3730
Octal27667122010771315346760
Binary1011111011011110100100100011111100111001101011100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3752; }

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

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

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

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

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

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

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

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