#BE285E

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

Shades of Old Rose #BE285E

Tints of Old Rose #BE285E

Color information

#BE285E (or 0xBE285E) is unknown color: approx Old Rose. HEX triplet: BE, 28 and 5E. RGB value is (190,40,94). Sum of RGB (Red+Green+Blue) = 190+40+94=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE285E is #41D7A1. Grayscale: #5A5A5A. Windows color (decimal): -4315042 or 6170814. OLE color: 6170814.

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

Color convert

RGB1904094-
CMYK00.790.510.25
HSL338.4º65.22%45.1%-
HSV(B)338.4º78.95%74.51%-
XYZ24.0113.2711.89-
YUV91.01129.7198.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 40 (16.02% from 255) = 12.35%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=58.64%
G=12.35%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190409400.790.510.25338.465.2245.1
HexBE285E04F3319152412d
Octal276501360117633152210155
Binary10111110101000101111001001111110011110011010100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE285E; }

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

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

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

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

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

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

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

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