Shades of Blush #BD535E
Tints of Blush #BD535E
RGB
CMYK
RGB Variations
Color information
#BD535E (or 0xBD535E) is known color: Blush. HEX triplet: BD, 53 and 5E. RGB value is (189,83,94). Sum of RGB (Red+Green+Blue) = 189+83+94=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD535E is #42ACA1. Grayscale: #747474. Windows color (decimal): -4369570 or 6181821. OLE color: 6181821.
HSL color Cylindrical-coordinate representation of color #BD535E: hue angle of 353.77º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD535E is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 94 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.26 |
| HSL | 353.77º | 0.45% | 0.53% | - |
| HSV(B) | 353.77º | 0.56% | 0.74% | - |
| XYZ | 26.1 | 17.81 | 12.65 | - |
| YUV | 115.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 94 | 0 | 0.56 | 0.50 | 0.26 | 353.77 | 0.45 | 0.53 |
| Hex | BD | 53 | 5E | 0 | 38 | 32 | 1A | 162 | 2D | 35 |
| Octal | 275 | 123 | 136 | 0 | 70 | 62 | 32 | 542 | 55 | 65 |
| Binary | 10111101 | 1010011 | 1011110 | 0 | 111000 | 110010 | 11010 | 101100010 | 101101 | 110101 |
Color Harmonies of #BD535E
Complementary color
Monochromatic Colors of #BD535E
Black with #BD535E
Text Example
Text Example
White with #BD535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD535E; }
p { color: rgb(189,83,94); }
H1.HeaderClassName
{
color: #BD535E;
}
.AnyTagClassName
{
color: #BD535E;
}
</style>
background-color css
<style>
a { background-color: #BD535E; }
a { background-color: rgb(189,83,94); }
div.DivClassName
{
background-color: #BD535E;
}
.BgClassName
{
background-color: #BD535E;
}
</style>
border-color css
<style>
span { border-color: #BD535E; }
span { border-color: rgb(189,83,94); }
td.TdClassName
{
border-color: #BD535E;
}
.TagClassName
{
border-color: #BD535E;
}
</style>