#BE215D

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

Shades of Old Rose #BE215D

Tints of Old Rose #BE215D

Color information

#BE215D (or 0xBE215D) is unknown color: approx Old Rose. HEX triplet: BE, 21 and 5D. RGB value is (190,33,93). Sum of RGB (Red+Green+Blue) = 190+33+93=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE215D is #41DEA2. Grayscale: #565656. Windows color (decimal): -4316835 or 6103486. OLE color: 6103486.

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

Color convert

RGB1903393-
CMYK00.830.510.25
HSL337.07º70.4%43.73%-
HSV(B)337.07º82.63%74.51%-
XYZ23.7512.8311.58-
YUV86.78131.51201.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 33 (13.28% from 255) = 10.44%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=60.13%
G=10.44%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190339300.830.510.25337.0770.443.73
HexBE215D0533319151462c
Octal276411350123633152110654
Binary10111110100001101110101010011110011110011010100011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE215D; }

 p { color: rgb(190,33,93); }

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

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

 a { background-color: rgb(190,33,93); }

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

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

 span { border-color: rgb(190,33,93); }

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