#BE284D

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

Shades of Old Rose #BE284D

Tints of Old Rose #BE284D

Color information

#BE284D (or 0xBE284D) is unknown color: approx Old Rose. HEX triplet: BE, 28 and 4D. RGB value is (190,40,77). Sum of RGB (Red+Green+Blue) = 190+40+77=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE284D is #41D7B2. Grayscale: #595959. Windows color (decimal): -4315059 or 5056702. OLE color: 5056702.

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

Color convert

RGB1904077-
CMYK00.790.590.25
HSL345.2º65.22%45.1%-
HSV(B)345.2º78.95%74.51%-
XYZ23.33138.3-
YUV89.07121.2199.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=61.89%
G=13.03%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190407700.790.590.25345.265.2245.1
HexBE284D04F3B19159412d
Octal276501150117733153110155
Binary10111110101000100110101001111111011110011010110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE284D; }

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

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

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

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

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

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

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

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