#BD2649

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

Shades of Old Rose #BD2649

Tints of Old Rose #BD2649

Color information

#BD2649 (or 0xBD2649) is unknown color: approx Old Rose. HEX triplet: BD, 26 and 49. RGB value is (189,38,73). Sum of RGB (Red+Green+Blue) = 189+38+73=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2649 is #42D9B6. Grayscale: #575757. Windows color (decimal): -4381111 or 4794045. OLE color: 4794045.

HSL color Cylindrical-coordinate representation of color #BD2649: hue angle of 346.09º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2649 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1893873-
CMYK00.800.610.26
HSL346.09º66.52%44.51%-
HSV(B)346.09º79.89%74.12%-
XYZ22.8812.697.55-
YUV87.14120.03200.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=63%
G=12.67%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189387300.800.610.26346.0966.5244.51
HexBD26490503D1A15a432d
Octal275461110120753253210355
Binary10111101100110100100101010000111101110101010110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2649; }

 p { color: rgb(189,38,73); }

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

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

 a { background-color: rgb(189,38,73); }

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

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

 span { border-color: rgb(189,38,73); }

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