#BE195B

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

Shades of Old Rose #BE195B

Tints of Old Rose #BE195B

Color information

#BE195B (or 0xBE195B) is unknown color: approx Old Rose. HEX triplet: BE, 19 and 5B. RGB value is (190,25,91). Sum of RGB (Red+Green+Blue) = 190+25+91=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE195B is #41E6A4. Grayscale: #515151. Windows color (decimal): -4318885 or 5970366. OLE color: 5970366.

HSL color Cylindrical-coordinate representation of color #BE195B: hue angle of 336º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE195B is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1902591-
CMYK00.870.520.25
HSL336º76.74%42.16%-
HSV(B)336º86.84%74.51%-
XYZ23.4712.411.05-
YUV81.86133.16205.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.09%
GREEN value IS 25 (10.16% from 255) = 8.17%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=62.09%
G=8.17%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190259100.870.520.2533676.7442.16
HexBE195B05734191504d2a
Octal276311330127643152011552
Binary1011111011001101101101010111110100110011010100001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE195B; }

 p { color: rgb(190,25,91); }

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

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

 a { background-color: rgb(190,25,91); }

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

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

 span { border-color: rgb(190,25,91); }

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