#BE345C

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

Shades of Old Rose #BE345C

Tints of Old Rose #BE345C

Color information

#BE345C (or 0xBE345C) is unknown color: approx Old Rose. HEX triplet: BE, 34 and 5C. RGB value is (190,52,92). Sum of RGB (Red+Green+Blue) = 190+52+92=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE345C is #41CBA3. Grayscale: #616161. Windows color (decimal): -4311972 or 6042814. OLE color: 6042814.

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

Color convert

RGB1905292-
CMYK00.730.520.25
HSL342.61º57.02%47.45%-
HSV(B)342.61º72.63%74.51%-
XYZ24.3914.1811.58-
YUV97.82124.72193.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=56.89%
G=15.57%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190529200.730.520.25342.6157.0247.45
HexBE345C0493419157392f
Octal27664134011164315277157
Binary1011111011010010111000100100111010011001101010111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE345C; }

 p { color: rgb(190,52,92); }

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

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

 a { background-color: rgb(190,52,92); }

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

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

 span { border-color: rgb(190,52,92); }

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