Shades of Hopbush #BD6B97
Tints of Hopbush #BD6B97
RGB
CMYK
RGB Variations
Color information
#BD6B97 (or 0xBD6B97) is known color: Hopbush. HEX triplet: BD, 6B and 97. RGB value is (189,107,151). Sum of RGB (Red+Green+Blue) = 189+107+151=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6B97 is #429468. Grayscale: #888888. Windows color (decimal): -4363369 or 9923517. OLE color: 9923517.
HSL color Cylindrical-coordinate representation of color #BD6B97: hue angle of 327.8º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6B97 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 151 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.26 |
| HSL | 327.8º | 0.38% | 0.58% | - |
| HSV(B) | 327.8º | 0.43% | 0.74% | - |
| XYZ | 31.83 | 23.57 | 32.15 | - |
| YUV | 136.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 151 | 0 | 0.43 | 0.20 | 0.26 | 327.8 | 0.38 | 0.58 |
| Hex | BD | 6B | 97 | 0 | 2B | 14 | 1A | 148 | 26 | 3A |
| Octal | 275 | 153 | 227 | 0 | 53 | 24 | 32 | 510 | 46 | 72 |
| Binary | 10111101 | 1101011 | 10010111 | 0 | 101011 | 10100 | 11010 | 101001000 | 100110 | 111010 |
Color Harmonies of #BD6B97
Complementary color
Monochromatic Colors of #BD6B97
Black with #BD6B97
Text Example
Text Example
White with #BD6B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B97; }
p { color: rgb(189,107,151); }
H1.HeaderClassName
{
color: #BD6B97;
}
.AnyTagClassName
{
color: #BD6B97;
}
</style>
background-color css
<style>
a { background-color: #BD6B97; }
a { background-color: rgb(189,107,151); }
div.DivClassName
{
background-color: #BD6B97;
}
.BgClassName
{
background-color: #BD6B97;
}
</style>
border-color css
<style>
span { border-color: #BD6B97; }
span { border-color: rgb(189,107,151); }
td.TdClassName
{
border-color: #BD6B97;
}
.TagClassName
{
border-color: #BD6B97;
}
</style>