Shades of Hopbush #BD6A91
Tints of Hopbush #BD6A91
RGB
CMYK
RGB Variations
Color information
#BD6A91 (or 0xBD6A91) is known color: Hopbush. HEX triplet: BD, 6A and 91. RGB value is (189,106,145). Sum of RGB (Red+Green+Blue) = 189+106+145=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A91 is #42956E. Grayscale: #878787. Windows color (decimal): -4363631 or 9530045. OLE color: 9530045.
HSL color Cylindrical-coordinate representation of color #BD6A91: hue angle of 331.81º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6A91 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 145 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.26 |
| HSL | 331.81º | 0.39% | 0.58% | - |
| HSV(B) | 331.81º | 0.44% | 0.74% | - |
| XYZ | 31.25 | 23.17 | 29.61 | - |
| YUV | 135.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 145 | 0 | 0.44 | 0.23 | 0.26 | 331.81 | 0.39 | 0.58 |
| Hex | BD | 6A | 91 | 0 | 2C | 17 | 1A | 14C | 27 | 3A |
| Octal | 275 | 152 | 221 | 0 | 54 | 27 | 32 | 514 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10010001 | 0 | 101100 | 10111 | 11010 | 101001100 | 100111 | 111010 |
Color Harmonies of #BD6A91
Complementary color
Monochromatic Colors of #BD6A91
Black with #BD6A91
Text Example
Text Example
White with #BD6A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A91; }
p { color: rgb(189,106,145); }
H1.HeaderClassName
{
color: #BD6A91;
}
.AnyTagClassName
{
color: #BD6A91;
}
</style>
background-color css
<style>
a { background-color: #BD6A91; }
a { background-color: rgb(189,106,145); }
div.DivClassName
{
background-color: #BD6A91;
}
.BgClassName
{
background-color: #BD6A91;
}
</style>
border-color css
<style>
span { border-color: #BD6A91; }
span { border-color: rgb(189,106,145); }
td.TdClassName
{
border-color: #BD6A91;
}
.TagClassName
{
border-color: #BD6A91;
}
</style>