Shades of Hopbush #BD6D99
Tints of Hopbush #BD6D99
RGB
CMYK
RGB Variations
Color information
#BD6D99 (or 0xBD6D99) is known color: Hopbush. HEX triplet: BD, 6D and 99. RGB value is (189,109,153). Sum of RGB (Red+Green+Blue) = 189+109+153=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6D99 is #429266. Grayscale: #898989. Windows color (decimal): -4362855 or 10055101. OLE color: 10055101.
HSL color Cylindrical-coordinate representation of color #BD6D99: hue angle of 327º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6D99 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 153 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.26 |
| HSL | 327º | 0.38% | 0.58% | - |
| HSV(B) | 327º | 0.42% | 0.74% | - |
| XYZ | 32.2 | 24.06 | 33.08 | - |
| YUV | 137.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 153 | 0 | 0.42 | 0.19 | 0.26 | 327 | 0.38 | 0.58 |
| Hex | BD | 6D | 99 | 0 | 2A | 13 | 1A | 147 | 26 | 3A |
| Octal | 275 | 155 | 231 | 0 | 52 | 23 | 32 | 507 | 46 | 72 |
| Binary | 10111101 | 1101101 | 10011001 | 0 | 101010 | 10011 | 11010 | 101000111 | 100110 | 111010 |
Color Harmonies of #BD6D99
Complementary color
Monochromatic Colors of #BD6D99
Black with #BD6D99
Text Example
Text Example
White with #BD6D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6D99; }
p { color: rgb(189,109,153); }
H1.HeaderClassName
{
color: #BD6D99;
}
.AnyTagClassName
{
color: #BD6D99;
}
</style>
background-color css
<style>
a { background-color: #BD6D99; }
a { background-color: rgb(189,109,153); }
div.DivClassName
{
background-color: #BD6D99;
}
.BgClassName
{
background-color: #BD6D99;
}
</style>
border-color css
<style>
span { border-color: #BD6D99; }
span { border-color: rgb(189,109,153); }
td.TdClassName
{
border-color: #BD6D99;
}
.TagClassName
{
border-color: #BD6D99;
}
</style>