Shades of Hopbush #BD799A
Tints of Hopbush #BD799A
RGB
CMYK
RGB Variations
Color information
#BD799A (or 0xBD799A) is known color: Hopbush. HEX triplet: BD, 79 and 9A. RGB value is (189,121,154). Sum of RGB (Red+Green+Blue) = 189+121+154=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD799A is #428665. Grayscale: #919191. Windows color (decimal): -4359782 or 10123709. OLE color: 10123709.
HSL color Cylindrical-coordinate representation of color #BD799A: hue angle of 330.88º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD799A is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 154 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.26 |
| HSL | 330.88º | 0.34% | 0.61% | - |
| HSV(B) | 330.88º | 0.36% | 0.74% | - |
| XYZ | 33.66 | 26.83 | 33.98 | - |
| YUV | 145.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 154 | 0 | 0.36 | 0.19 | 0.26 | 330.88 | 0.34 | 0.61 |
| Hex | BD | 79 | 9A | 0 | 24 | 13 | 1A | 14B | 22 | 3D |
| Octal | 275 | 171 | 232 | 0 | 44 | 23 | 32 | 513 | 42 | 75 |
| Binary | 10111101 | 1111001 | 10011010 | 0 | 100100 | 10011 | 11010 | 101001011 | 100010 | 111101 |
Color Harmonies of #BD799A
Complementary color
Monochromatic Colors of #BD799A
Black with #BD799A
Text Example
Text Example
White with #BD799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD799A; }
p { color: rgb(189,121,154); }
H1.HeaderClassName
{
color: #BD799A;
}
.AnyTagClassName
{
color: #BD799A;
}
</style>
background-color css
<style>
a { background-color: #BD799A; }
a { background-color: rgb(189,121,154); }
div.DivClassName
{
background-color: #BD799A;
}
.BgClassName
{
background-color: #BD799A;
}
</style>
border-color css
<style>
span { border-color: #BD799A; }
span { border-color: rgb(189,121,154); }
td.TdClassName
{
border-color: #BD799A;
}
.TagClassName
{
border-color: #BD799A;
}
</style>