#BE3346

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

Shades of Old Rose #BE3346

Tints of Old Rose #BE3346

Color information

#BE3346 (or 0xBE3346) is unknown color: approx Old Rose. HEX triplet: BE, 33 and 46. RGB value is (190,51,70). Sum of RGB (Red+Green+Blue) = 190+51+70=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3346 is #41CCB9. Grayscale: #5E5E5E. Windows color (decimal): -4312250 or 4600766. OLE color: 4600766.

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

Color convert

RGB1905170-
CMYK00.730.630.25
HSL351.8º57.68%47.25%-
HSV(B)351.8º73.16%74.51%-
XYZ23.5213.767.21-
YUV94.73114.05195.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.09%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=61.09%
G=16.40%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190517000.730.630.25351.857.6847.25
HexBE33460493F191603a2f
Octal27663106011177315407257
Binary1011111011001110001100100100111111111001101100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3346; }

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

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

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

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

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

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

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

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