#BD2E5A

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

Shades of Old Rose #BD2E5A

Tints of Old Rose #BD2E5A

Color information

#BD2E5A (or 0xBD2E5A) is unknown color: approx Old Rose. HEX triplet: BD, 2E and 5A. RGB value is (189,46,90). Sum of RGB (Red+Green+Blue) = 189+46+90=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E5A is #42D1A5. Grayscale: #5D5D5D. Windows color (decimal): -4379046 or 5910205. OLE color: 5910205.

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

Color convert

RGB1894690-
CMYK00.760.520.26
HSL341.54º60.85%46.08%-
HSV(B)341.54º75.66%74.12%-
XYZ23.8113.5111.03-
YUV93.77125.88195.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=58.15%
G=14.15%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189469000.760.520.26341.5460.8546.08
HexBD2E5A04C341A1563d2e
Octal27556132011464325267556
Binary1011110110111010110100100110011010011010101010110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E5A; }

 p { color: rgb(189,46,90); }

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

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

 a { background-color: rgb(189,46,90); }

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

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

 span { border-color: rgb(189,46,90); }

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