#BD3551

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

Shades of Old Rose #BD3551

Tints of Old Rose #BD3551

Color information

#BD3551 (or 0xBD3551) is unknown color: approx Old Rose. HEX triplet: BD, 35 and 51. RGB value is (189,53,81). Sum of RGB (Red+Green+Blue) = 189+53+81=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3551 is #42CAAE. Grayscale: #606060. Windows color (decimal): -4377263 or 5322173. OLE color: 5322173.

HSL color Cylindrical-coordinate representation of color #BD3551: hue angle of 347.65º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3551 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB1895381-
CMYK00.720.570.26
HSL347.65º56.2%47.45%-
HSV(B)347.65º71.96%74.12%-
XYZ23.7413.969.23-
YUV96.86119.06193.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.51%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=58.51%
G=16.41%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189538100.720.570.26347.6556.247.45
HexBD3551048391A15c382f
Octal27565121011071325347057
Binary1011110111010110100010100100011100111010101011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3551; }

 p { color: rgb(189,53,81); }

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

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

 a { background-color: rgb(189,53,81); }

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

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

 span { border-color: rgb(189,53,81); }

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