Shades of Hopbush #BD7C99
Tints of Hopbush #BD7C99
RGB
CMYK
RGB Variations
Color information
#BD7C99 (or 0xBD7C99) is known color: Hopbush. HEX triplet: BD, 7C and 99. RGB value is (189,124,153). Sum of RGB (Red+Green+Blue) = 189+124+153=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7C99 is #428366. Grayscale: #929292. Windows color (decimal): -4359015 or 10058941. OLE color: 10058941.
HSL color Cylindrical-coordinate representation of color #BD7C99: hue angle of 333.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7C99 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 153 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.26 |
| HSL | 333.23º | 0.33% | 0.61% | - |
| HSV(B) | 333.23º | 0.34% | 0.74% | - |
| XYZ | 33.94 | 27.53 | 33.66 | - |
| YUV | 146.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 153 | 0 | 0.34 | 0.19 | 0.26 | 333.23 | 0.33 | 0.61 |
| Hex | BD | 7C | 99 | 0 | 22 | 13 | 1A | 14D | 21 | 3D |
| Octal | 275 | 174 | 231 | 0 | 42 | 23 | 32 | 515 | 41 | 75 |
| Binary | 10111101 | 1111100 | 10011001 | 0 | 100010 | 10011 | 11010 | 101001101 | 100001 | 111101 |
Color Harmonies of #BD7C99
Complementary color
Monochromatic Colors of #BD7C99
Black with #BD7C99
Text Example
Text Example
White with #BD7C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C99; }
p { color: rgb(189,124,153); }
H1.HeaderClassName
{
color: #BD7C99;
}
.AnyTagClassName
{
color: #BD7C99;
}
</style>
background-color css
<style>
a { background-color: #BD7C99; }
a { background-color: rgb(189,124,153); }
div.DivClassName
{
background-color: #BD7C99;
}
.BgClassName
{
background-color: #BD7C99;
}
</style>
border-color css
<style>
span { border-color: #BD7C99; }
span { border-color: rgb(189,124,153); }
td.TdClassName
{
border-color: #BD7C99;
}
.TagClassName
{
border-color: #BD7C99;
}
</style>