#BE3352

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

Shades of Old Rose #BE3352

Tints of Old Rose #BE3352

Color information

#BE3352 (or 0xBE3352) is unknown color: approx Old Rose. HEX triplet: BE, 33 and 52. RGB value is (190,51,82). Sum of RGB (Red+Green+Blue) = 190+51+82=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3352 is #41CCAD. Grayscale: #606060. Windows color (decimal): -4312238 or 5387198. OLE color: 5387198.

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

Color convert

RGB1905182-
CMYK00.730.570.25
HSL346.62º57.68%47.25%-
HSV(B)346.62º73.16%74.51%-
XYZ23.9413.929.41-
YUV96.09120.05194.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=58.82%
G=15.79%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190518200.730.570.25346.6257.6847.25
HexBE3352049391915b3a2f
Octal27663122011171315337257
Binary1011111011001110100100100100111100111001101011011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3352; }

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

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

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

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

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

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

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

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