#be395e

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

Shades of Old Rose #BE395E

Tints of Old Rose #BE395E

Color information

#BE395E (or 0xBE395E) is unknown color: approx Old Rose. HEX triplet: BE, 39 and 5E. RGB value is (190,57,94). Sum of RGB (Red+Green+Blue) = 190+57+94=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE395E is #41C6A1. Grayscale: #646464. Windows color (decimal): -4310690 or 6175166. OLE color: 6175166.

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

Color convert

RGB1905794-
CMYK00.70.510.25
HSL343.31º53.85%48.43%-
HSV(B)343.31º70%74.51%-
XYZ24.7214.6812.12-
YUV100.98124.06191.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 94 (37.11% from 255) = 27.57%
R=55.72%
G=16.72%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190579400.70.510.25343.3153.8548.43
HexBE395E04633191573630
Octal27671136010663315276660
Binary1011111011100110111100100011011001111001101010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be395e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be395e; }

 p { color: rgb(190,57,94); }

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

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

 a { background-color: rgb(190,57,94); }

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

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

 span { border-color: rgb(190,57,94); }

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