Shades of Hopbush #BD7A98
Tints of Hopbush #BD7A98
RGB
CMYK
RGB Variations
Color information
#BD7A98 (or 0xBD7A98) is known color: Hopbush. HEX triplet: BD, 7A and 98. RGB value is (189,122,152). Sum of RGB (Red+Green+Blue) = 189+122+152=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7A98 is #428567. Grayscale: #919191. Windows color (decimal): -4359528 or 9992893. OLE color: 9992893.
HSL color Cylindrical-coordinate representation of color #BD7A98: hue angle of 333.13º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7A98 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 152 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.26 |
| HSL | 333.13º | 0.34% | 0.61% | - |
| HSV(B) | 333.13º | 0.35% | 0.74% | - |
| XYZ | 33.61 | 27 | 33.15 | - |
| YUV | 145.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 152 | 0 | 0.35 | 0.20 | 0.26 | 333.13 | 0.34 | 0.61 |
| Hex | BD | 7A | 98 | 0 | 23 | 14 | 1A | 14D | 22 | 3D |
| Octal | 275 | 172 | 230 | 0 | 43 | 24 | 32 | 515 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10011000 | 0 | 100011 | 10100 | 11010 | 101001101 | 100010 | 111101 |
Color Harmonies of #BD7A98
Complementary color
Monochromatic Colors of #BD7A98
Black with #BD7A98
Text Example
Text Example
White with #BD7A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A98; }
p { color: rgb(189,122,152); }
H1.HeaderClassName
{
color: #BD7A98;
}
.AnyTagClassName
{
color: #BD7A98;
}
</style>
background-color css
<style>
a { background-color: #BD7A98; }
a { background-color: rgb(189,122,152); }
div.DivClassName
{
background-color: #BD7A98;
}
.BgClassName
{
background-color: #BD7A98;
}
</style>
border-color css
<style>
span { border-color: #BD7A98; }
span { border-color: rgb(189,122,152); }
td.TdClassName
{
border-color: #BD7A98;
}
.TagClassName
{
border-color: #BD7A98;
}
</style>