Shades of Bouquet #B7829F
Tints of Bouquet #B7829F
RGB
CMYK
RGB Variations
Color information
#B7829F (or 0xB7829F) is known color: Bouquet. HEX triplet: B7, 82 and 9F. RGB value is (183,130,159). Sum of RGB (Red+Green+Blue) = 183+130+159=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7829F is #487D60. Grayscale: #959595. Windows color (decimal): -4750689 or 10453687. OLE color: 10453687.
HSL color Cylindrical-coordinate representation of color #B7829F: hue angle of 327.17º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7829F is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 159 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.28 |
| HSL | 327.17º | 0.27% | 0.61% | - |
| HSV(B) | 327.17º | 0.29% | 0.72% | - |
| XYZ | 33.77 | 28.54 | 36.53 | - |
| YUV | 149.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 159 | 0 | 0.29 | 0.13 | 0.28 | 327.17 | 0.27 | 0.61 |
| Hex | B7 | 82 | 9F | 0 | 1D | D | 1C | 147 | 1B | 3D |
| Octal | 267 | 202 | 237 | 0 | 35 | 15 | 34 | 507 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10011111 | 0 | 11101 | 1101 | 11100 | 101000111 | 11011 | 111101 |
Color Harmonies of #B7829F
Complementary color
Monochromatic Colors of #B7829F
Black with #B7829F
Text Example
Text Example
White with #B7829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7829F; }
p { color: rgb(183,130,159); }
H1.HeaderClassName
{
color: #B7829F;
}
.AnyTagClassName
{
color: #B7829F;
}
</style>
background-color css
<style>
a { background-color: #B7829F; }
a { background-color: rgb(183,130,159); }
div.DivClassName
{
background-color: #B7829F;
}
.BgClassName
{
background-color: #B7829F;
}
</style>
border-color css
<style>
span { border-color: #B7829F; }
span { border-color: rgb(183,130,159); }
td.TdClassName
{
border-color: #B7829F;
}
.TagClassName
{
border-color: #B7829F;
}
</style>