Shades of Bouquet #BD76A5
Tints of Bouquet #BD76A5
RGB
CMYK
RGB Variations
Color information
#BD76A5 (or 0xBD76A5) is known color: Bouquet. HEX triplet: BD, 76 and A5. RGB value is (189,118,165). Sum of RGB (Red+Green+Blue) = 189+118+165=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD76A5 is #42895A. Grayscale: #909090. Windows color (decimal): -4360539 or 10843837. OLE color: 10843837.
HSL color Cylindrical-coordinate representation of color #BD76A5: hue angle of 320.28º 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 #BD76A5 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 165 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.26 |
| HSL | 320.28º | 0.35% | 0.6% | - |
| HSV(B) | 320.28º | 0.38% | 0.74% | - |
| XYZ | 34.26 | 26.49 | 38.91 | - |
| YUV | 144.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 165 | 0 | 0.38 | 0.13 | 0.26 | 320.28 | 0.35 | 0.6 |
| Hex | BD | 76 | A5 | 0 | 26 | D | 1A | 140 | 23 | 3C |
| Octal | 275 | 166 | 245 | 0 | 46 | 15 | 32 | 500 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10100101 | 0 | 100110 | 1101 | 11010 | 101000000 | 100011 | 111100 |
Color Harmonies of #BD76A5
Complementary color
Monochromatic Colors of #BD76A5
Black with #BD76A5
Text Example
Text Example
White with #BD76A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76A5; }
p { color: rgb(189,118,165); }
H1.HeaderClassName
{
color: #BD76A5;
}
.AnyTagClassName
{
color: #BD76A5;
}
</style>
background-color css
<style>
a { background-color: #BD76A5; }
a { background-color: rgb(189,118,165); }
div.DivClassName
{
background-color: #BD76A5;
}
.BgClassName
{
background-color: #BD76A5;
}
</style>
border-color css
<style>
span { border-color: #BD76A5; }
span { border-color: rgb(189,118,165); }
td.TdClassName
{
border-color: #BD76A5;
}
.TagClassName
{
border-color: #BD76A5;
}
</style>