#BD3F57

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

Shades of Old Rose #BD3F57

Tints of Old Rose #BD3F57

Color information

#BD3F57 (or 0xBD3F57) is unknown color: approx Old Rose. HEX triplet: BD, 3F and 57. RGB value is (189,63,87). Sum of RGB (Red+Green+Blue) = 189+63+87=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F57 is #42C0A8. Grayscale: #676767. Windows color (decimal): -4374697 or 5717949. OLE color: 5717949.

HSL color Cylindrical-coordinate representation of color #BD3F57: hue angle of 348.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F57 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1896387-
CMYK00.670.540.26
HSL348.57º50%49.41%-
HSV(B)348.57º66.67%74.12%-
XYZ24.4815.0610.63-
YUV103.41118.74189.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=55.75%
G=18.58%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189638700.670.540.26348.575049.41
HexBD3F57043361A15d3231
Octal27577127010366325356261
Binary1011110111111110101110100001111011011010101011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F57; }

 p { color: rgb(189,63,87); }

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

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

 a { background-color: rgb(189,63,87); }

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

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

 span { border-color: rgb(189,63,87); }

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