#BD2F5D

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

Shades of Old Rose #BD2F5D

Tints of Old Rose #BD2F5D

Color information

#BD2F5D (or 0xBD2F5D) is unknown color: approx Old Rose. HEX triplet: BD, 2F and 5D. RGB value is (189,47,93). Sum of RGB (Red+Green+Blue) = 189+47+93=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F5D is #42D0A2. Grayscale: #5E5E5E. Windows color (decimal): -4378787 or 6107069. OLE color: 6107069.

HSL color Cylindrical-coordinate representation of color #BD2F5D: hue angle of 340.56º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F5D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1894793-
CMYK00.750.510.26
HSL340.56º60.17%46.27%-
HSV(B)340.56º75.13%74.12%-
XYZ23.9813.6411.73-
YUV94.7127.04195.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 47 (18.75% from 255) = 14.29%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=57.45%
G=14.29%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189479300.750.510.26340.5660.1746.27
HexBD2F5D04B331A1553c2e
Octal27557135011363325257456
Binary1011110110111110111010100101111001111010101010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2F5D; }

 p { color: rgb(189,47,93); }

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

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

 a { background-color: rgb(189,47,93); }

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

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

 span { border-color: rgb(189,47,93); }

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