Shades of Blush #BD525E
Tints of Blush #BD525E
RGB
CMYK
RGB Variations
Color information
#BD525E (or 0xBD525E) is known color: Blush. HEX triplet: BD, 52 and 5E. RGB value is (189,82,94). Sum of RGB (Red+Green+Blue) = 189+82+94=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD525E is #42ADA1. Grayscale: #737373. Windows color (decimal): -4369826 or 6181565. OLE color: 6181565.
HSL color Cylindrical-coordinate representation of color #BD525E: hue angle of 353.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD525E is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 94 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.26 |
| HSL | 353.27º | 0.45% | 0.53% | - |
| HSV(B) | 353.27º | 0.57% | 0.74% | - |
| XYZ | 26.02 | 17.66 | 12.63 | - |
| YUV | 115.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 94 | 0 | 0.57 | 0.50 | 0.26 | 353.27 | 0.45 | 0.53 |
| Hex | BD | 52 | 5E | 0 | 39 | 32 | 1A | 161 | 2D | 35 |
| Octal | 275 | 122 | 136 | 0 | 71 | 62 | 32 | 541 | 55 | 65 |
| Binary | 10111101 | 1010010 | 1011110 | 0 | 111001 | 110010 | 11010 | 101100001 | 101101 | 110101 |
Color Harmonies of #BD525E
Complementary color
Monochromatic Colors of #BD525E
Black with #BD525E
Text Example
Text Example
White with #BD525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD525E; }
p { color: rgb(189,82,94); }
H1.HeaderClassName
{
color: #BD525E;
}
.AnyTagClassName
{
color: #BD525E;
}
</style>
background-color css
<style>
a { background-color: #BD525E; }
a { background-color: rgb(189,82,94); }
div.DivClassName
{
background-color: #BD525E;
}
.BgClassName
{
background-color: #BD525E;
}
</style>
border-color css
<style>
span { border-color: #BD525E; }
span { border-color: rgb(189,82,94); }
td.TdClassName
{
border-color: #BD525E;
}
.TagClassName
{
border-color: #BD525E;
}
</style>