#BD2F58

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

Shades of Old Rose #BD2F58

Tints of Old Rose #BD2F58

Color information

#BD2F58 (or 0xBD2F58) is unknown color: approx Old Rose. HEX triplet: BD, 2F and 58. RGB value is (189,47,88). Sum of RGB (Red+Green+Blue) = 189+47+88=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F58 is #42D0A7. Grayscale: #5E5E5E. Windows color (decimal): -4378792 or 5779389. OLE color: 5779389.

HSL color Cylindrical-coordinate representation of color #BD2F58: hue angle of 342.68º 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 #BD2F58 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1894788-
CMYK00.750.530.26
HSL342.68º60.17%46.27%-
HSV(B)342.68º75.13%74.12%-
XYZ23.7613.5610.6-
YUV94.13124.54195.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 47 (18.75% from 255) = 14.51%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=58.33%
G=14.51%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189478800.750.530.26342.6860.1746.27
HexBD2F5804B351A1573c2e
Octal27557130011365325277456
Binary1011110110111110110000100101111010111010101010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2F58; }

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

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

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

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

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

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

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

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