#BD2E5B

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

Shades of Old Rose #BD2E5B

Tints of Old Rose #BD2E5B

Color information

#BD2E5B (or 0xBD2E5B) is unknown color: approx Old Rose. HEX triplet: BD, 2E and 5B. RGB value is (189,46,91). Sum of RGB (Red+Green+Blue) = 189+46+91=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E5B is #42D1A4. Grayscale: #5D5D5D. Windows color (decimal): -4379045 or 5975741. OLE color: 5975741.

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

Color convert

RGB1894691-
CMYK00.760.520.26
HSL341.12º60.85%46.08%-
HSV(B)341.12º75.66%74.12%-
XYZ23.8513.5311.25-
YUV93.89126.38195.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=57.98%
G=14.11%
B=27.91%

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
Decimal189469100.760.520.26341.1260.8546.08
HexBD2E5B04C341A1553d2e
Octal27556133011464325257556
Binary1011110110111010110110100110011010011010101010101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E5B; }

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

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

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

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

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

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

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

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