Shades of Bouquet #BB75A5
Tints of Bouquet #BB75A5
RGB
CMYK
RGB Variations
Color information
#BB75A5 (or 0xBB75A5) is known color: Bouquet. HEX triplet: BB, 75 and A5. RGB value is (187,117,165). Sum of RGB (Red+Green+Blue) = 187+117+165=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB75A5 is #448A5A. Grayscale: #8F8F8F. Windows color (decimal): -4491867 or 10843579. OLE color: 10843579.
HSL color Cylindrical-coordinate representation of color #BB75A5: hue angle of 318.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB75A5 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 165 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.27 |
| HSL | 318.86º | 0.34% | 0.6% | - |
| HSV(B) | 318.86º | 0.37% | 0.73% | - |
| XYZ | 33.65 | 26 | 38.84 | - |
| YUV | 143.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 165 | 0 | 0.37 | 0.12 | 0.27 | 318.86 | 0.34 | 0.6 |
| Hex | BB | 75 | A5 | 0 | 25 | C | 1B | 13F | 22 | 3C |
| Octal | 273 | 165 | 245 | 0 | 45 | 14 | 33 | 477 | 42 | 74 |
| Binary | 10111011 | 1110101 | 10100101 | 0 | 100101 | 1100 | 11011 | 100111111 | 100010 | 111100 |
Color Harmonies of #BB75A5
Complementary color
Monochromatic Colors of #BB75A5
Black with #BB75A5
Text Example
Text Example
White with #BB75A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB75A5; }
p { color: rgb(187,117,165); }
H1.HeaderClassName
{
color: #BB75A5;
}
.AnyTagClassName
{
color: #BB75A5;
}
</style>
background-color css
<style>
a { background-color: #BB75A5; }
a { background-color: rgb(187,117,165); }
div.DivClassName
{
background-color: #BB75A5;
}
.BgClassName
{
background-color: #BB75A5;
}
</style>
border-color css
<style>
span { border-color: #BB75A5; }
span { border-color: rgb(187,117,165); }
td.TdClassName
{
border-color: #BB75A5;
}
.TagClassName
{
border-color: #BB75A5;
}
</style>