Shades of Blush #BD5D67
Tints of Blush #BD5D67
RGB
CMYK
RGB Variations
Color information
#BD5D67 (or 0xBD5D67) is known color: Blush. HEX triplet: BD, 5D and 67. RGB value is (189,93,103). Sum of RGB (Red+Green+Blue) = 189+93+103=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5D67 is #42A298. Grayscale: #7A7A7A. Windows color (decimal): -4367001 or 6774205. OLE color: 6774205.
HSL color Cylindrical-coordinate representation of color #BD5D67: hue angle of 353.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5D67 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 103 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.26 |
| HSL | 353.75º | 0.42% | 0.55% | - |
| HSV(B) | 353.75º | 0.51% | 0.74% | - |
| XYZ | 27.35 | 19.63 | 15.18 | - |
| YUV | 122.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 103 | 0 | 0.51 | 0.46 | 0.26 | 353.75 | 0.42 | 0.55 |
| Hex | BD | 5D | 67 | 0 | 33 | 2E | 1A | 162 | 2A | 37 |
| Octal | 275 | 135 | 147 | 0 | 63 | 56 | 32 | 542 | 52 | 67 |
| Binary | 10111101 | 1011101 | 1100111 | 0 | 110011 | 101110 | 11010 | 101100010 | 101010 | 110111 |
Color Harmonies of #BD5D67
Complementary color
Monochromatic Colors of #BD5D67
Black with #BD5D67
Text Example
Text Example
White with #BD5D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D67; }
p { color: rgb(189,93,103); }
H1.HeaderClassName
{
color: #BD5D67;
}
.AnyTagClassName
{
color: #BD5D67;
}
</style>
background-color css
<style>
a { background-color: #BD5D67; }
a { background-color: rgb(189,93,103); }
div.DivClassName
{
background-color: #BD5D67;
}
.BgClassName
{
background-color: #BD5D67;
}
</style>
border-color css
<style>
span { border-color: #BD5D67; }
span { border-color: rgb(189,93,103); }
td.TdClassName
{
border-color: #BD5D67;
}
.TagClassName
{
border-color: #BD5D67;
}
</style>