Shades of Blush #BD526C
Tints of Blush #BD526C
RGB
CMYK
RGB Variations
Color information
#BD526C (or 0xBD526C) is known color: Blush. HEX triplet: BD, 52 and 6C. RGB value is (189,82,108). Sum of RGB (Red+Green+Blue) = 189+82+108=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD526C is #42AD93. Grayscale: #747474. Windows color (decimal): -4369812 or 7099069. OLE color: 7099069.
HSL color Cylindrical-coordinate representation of color #BD526C: hue angle of 345.42º 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 #BD526C is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 108 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.26 |
| HSL | 345.42º | 0.45% | 0.53% | - |
| HSV(B) | 345.42º | 0.57% | 0.74% | - |
| XYZ | 26.71 | 17.94 | 16.24 | - |
| YUV | 116.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 108 | 0 | 0.57 | 0.43 | 0.26 | 345.42 | 0.45 | 0.53 |
| Hex | BD | 52 | 6C | 0 | 39 | 2B | 1A | 159 | 2D | 35 |
| Octal | 275 | 122 | 154 | 0 | 71 | 53 | 32 | 531 | 55 | 65 |
| Binary | 10111101 | 1010010 | 1101100 | 0 | 111001 | 101011 | 11010 | 101011001 | 101101 | 110101 |
Color Harmonies of #BD526C
Complementary color
Monochromatic Colors of #BD526C
Black with #BD526C
Text Example
Text Example
White with #BD526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD526C; }
p { color: rgb(189,82,108); }
H1.HeaderClassName
{
color: #BD526C;
}
.AnyTagClassName
{
color: #BD526C;
}
</style>
background-color css
<style>
a { background-color: #BD526C; }
a { background-color: rgb(189,82,108); }
div.DivClassName
{
background-color: #BD526C;
}
.BgClassName
{
background-color: #BD526C;
}
</style>
border-color css
<style>
span { border-color: #BD526C; }
span { border-color: rgb(189,82,108); }
td.TdClassName
{
border-color: #BD526C;
}
.TagClassName
{
border-color: #BD526C;
}
</style>