Shades of Bouquet #B8729B
Tints of Bouquet #B8729B
RGB
CMYK
RGB Variations
Color information
#B8729B (or 0xB8729B) is known color: Bouquet. HEX triplet: B8, 72 and 9B. RGB value is (184,114,155). Sum of RGB (Red+Green+Blue) = 184+114+155=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8729B is #478D64. Grayscale: #8B8B8B. Windows color (decimal): -4689253 or 10187448. OLE color: 10187448.
HSL color Cylindrical-coordinate representation of color #B8729B: hue angle of 324.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8729B is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 155 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.28 |
| HSL | 324.86º | 0.33% | 0.58% | - |
| HSV(B) | 324.86º | 0.38% | 0.72% | - |
| XYZ | 31.7 | 24.59 | 34.09 | - |
| YUV | 139.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 155 | 0 | 0.38 | 0.16 | 0.28 | 324.86 | 0.33 | 0.58 |
| Hex | B8 | 72 | 9B | 0 | 26 | 10 | 1C | 145 | 21 | 3A |
| Octal | 270 | 162 | 233 | 0 | 46 | 20 | 34 | 505 | 41 | 72 |
| Binary | 10111000 | 1110010 | 10011011 | 0 | 100110 | 10000 | 11100 | 101000101 | 100001 | 111010 |
Color Harmonies of #B8729B
Complementary color
Monochromatic Colors of #B8729B
Black with #B8729B
Text Example
Text Example
White with #B8729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8729B; }
p { color: rgb(184,114,155); }
H1.HeaderClassName
{
color: #B8729B;
}
.AnyTagClassName
{
color: #B8729B;
}
</style>
background-color css
<style>
a { background-color: #B8729B; }
a { background-color: rgb(184,114,155); }
div.DivClassName
{
background-color: #B8729B;
}
.BgClassName
{
background-color: #B8729B;
}
</style>
border-color css
<style>
span { border-color: #B8729B; }
span { border-color: rgb(184,114,155); }
td.TdClassName
{
border-color: #B8729B;
}
.TagClassName
{
border-color: #B8729B;
}
</style>