Shades of Blush #BD555F
Tints of Blush #BD555F
RGB
CMYK
RGB Variations
Color information
#BD555F (or 0xBD555F) is known color: Blush. HEX triplet: BD, 55 and 5F. RGB value is (189,85,95). Sum of RGB (Red+Green+Blue) = 189+85+95=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD555F is #42AAA0. Grayscale: #757575. Windows color (decimal): -4369057 or 6247869. OLE color: 6247869.
HSL color Cylindrical-coordinate representation of color #BD555F: hue angle of 354.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD555F is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 95 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.26 |
| HSL | 354.23º | 0.44% | 0.54% | - |
| HSV(B) | 354.23º | 0.55% | 0.74% | - |
| XYZ | 26.3 | 18.14 | 12.94 | - |
| YUV | 117.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 95 | 0 | 0.55 | 0.50 | 0.26 | 354.23 | 0.44 | 0.54 |
| Hex | BD | 55 | 5F | 0 | 37 | 32 | 1A | 162 | 2C | 36 |
| Octal | 275 | 125 | 137 | 0 | 67 | 62 | 32 | 542 | 54 | 66 |
| Binary | 10111101 | 1010101 | 1011111 | 0 | 110111 | 110010 | 11010 | 101100010 | 101100 | 110110 |
Color Harmonies of #BD555F
Complementary color
Monochromatic Colors of #BD555F
Black with #BD555F
Text Example
Text Example
White with #BD555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD555F; }
p { color: rgb(189,85,95); }
H1.HeaderClassName
{
color: #BD555F;
}
.AnyTagClassName
{
color: #BD555F;
}
</style>
background-color css
<style>
a { background-color: #BD555F; }
a { background-color: rgb(189,85,95); }
div.DivClassName
{
background-color: #BD555F;
}
.BgClassName
{
background-color: #BD555F;
}
</style>
border-color css
<style>
span { border-color: #BD555F; }
span { border-color: rgb(189,85,95); }
td.TdClassName
{
border-color: #BD555F;
}
.TagClassName
{
border-color: #BD555F;
}
</style>