#BD2A4E

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

Shades of Old Rose #BD2A4E

Tints of Old Rose #BD2A4E

Color information

#BD2A4E (or 0xBD2A4E) is unknown color: approx Old Rose. HEX triplet: BD, 2A and 4E. RGB value is (189,42,78). Sum of RGB (Red+Green+Blue) = 189+42+78=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A4E is #42D5B1. Grayscale: #5A5A5A. Windows color (decimal): -4380082 or 5122749. OLE color: 5122749.

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

Color convert

RGB1894278-
CMYK00.780.590.26
HSL345.31º63.64%45.29%-
HSV(B)345.31º77.78%74.12%-
XYZ23.1913.028.5-
YUV90.06121.2198.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.17%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=61.17%
G=13.59%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189427800.780.590.26345.3163.6445.29
HexBD2A4E04E3B1A159402d
Octal275521160116733253110055
Binary10111101101010100111001001110111011110101010110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2A4E; }

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

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

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

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

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

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

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

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