Shades of Bouquet #BD76A2
Tints of Bouquet #BD76A2
RGB
CMYK
RGB Variations
Color information
#BD76A2 (or 0xBD76A2) is known color: Bouquet. HEX triplet: BD, 76 and A2. RGB value is (189,118,162). Sum of RGB (Red+Green+Blue) = 189+118+162=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD76A2 is #42895D. Grayscale: #909090. Windows color (decimal): -4360542 or 10647229. OLE color: 10647229.
HSL color Cylindrical-coordinate representation of color #BD76A2: hue angle of 322.82º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD76A2 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 162 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.26 |
| HSL | 322.82º | 0.35% | 0.6% | - |
| HSV(B) | 322.82º | 0.38% | 0.74% | - |
| XYZ | 33.99 | 26.38 | 37.48 | - |
| YUV | 144.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 162 | 0 | 0.38 | 0.14 | 0.26 | 322.82 | 0.35 | 0.6 |
| Hex | BD | 76 | A2 | 0 | 26 | E | 1A | 143 | 23 | 3C |
| Octal | 275 | 166 | 242 | 0 | 46 | 16 | 32 | 503 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10100010 | 0 | 100110 | 1110 | 11010 | 101000011 | 100011 | 111100 |
Color Harmonies of #BD76A2
Complementary color
Monochromatic Colors of #BD76A2
Black with #BD76A2
Text Example
Text Example
White with #BD76A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76A2; }
p { color: rgb(189,118,162); }
H1.HeaderClassName
{
color: #BD76A2;
}
.AnyTagClassName
{
color: #BD76A2;
}
</style>
background-color css
<style>
a { background-color: #BD76A2; }
a { background-color: rgb(189,118,162); }
div.DivClassName
{
background-color: #BD76A2;
}
.BgClassName
{
background-color: #BD76A2;
}
</style>
border-color css
<style>
span { border-color: #BD76A2; }
span { border-color: rgb(189,118,162); }
td.TdClassName
{
border-color: #BD76A2;
}
.TagClassName
{
border-color: #BD76A2;
}
</style>