#BD2A58

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

Shades of Old Rose #BD2A58

Tints of Old Rose #BD2A58

Color information

#BD2A58 (or 0xBD2A58) is unknown color: approx Old Rose. HEX triplet: BD, 2A and 58. RGB value is (189,42,88). Sum of RGB (Red+Green+Blue) = 189+42+88=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A58 is #42D5A7. Grayscale: #5B5B5B. Windows color (decimal): -4380072 or 5778109. OLE color: 5778109.

HSL color Cylindrical-coordinate representation of color #BD2A58: hue angle of 341.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2A58 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1894288-
CMYK00.780.530.26
HSL341.22º63.64%45.29%-
HSV(B)341.22º77.78%74.12%-
XYZ23.5813.1810.53-
YUV91.2126.2197.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 42 (16.80% from 255) = 13.17%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=59.25%
G=13.17%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189428800.780.530.26341.2263.6445.29
HexBD2A5804E351A155402d
Octal275521300116653252510055
Binary10111101101010101100001001110110101110101010101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2A58; }

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

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

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

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

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

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

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

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