#BE3248

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

Shades of Old Rose #BE3248

Tints of Old Rose #BE3248

Color information

#BE3248 (or 0xBE3248) is unknown color: approx Old Rose. HEX triplet: BE, 32 and 48. RGB value is (190,50,72). Sum of RGB (Red+Green+Blue) = 190+50+72=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3248 is #41CDB7. Grayscale: #5E5E5E. Windows color (decimal): -4312504 or 4731582. OLE color: 4731582.

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

Color convert

RGB1905072-
CMYK00.740.620.25
HSL350.57º58.33%47.06%-
HSV(B)350.57º73.68%74.51%-
XYZ23.5513.77.53-
YUV94.37115.38196.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.90%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=60.90%
G=16.03%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190507200.740.620.25350.5758.3347.06
HexBE324804A3E1915f3a2f
Octal27662110011276315377257
Binary1011111011001010010000100101011111011001101011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3248; }

 p { color: rgb(190,50,72); }

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

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

 a { background-color: rgb(190,50,72); }

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

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

 span { border-color: rgb(190,50,72); }

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