Shades of Bouquet #B7829E
Tints of Bouquet #B7829E
RGB
CMYK
RGB Variations
Color information
#B7829E (or 0xB7829E) is known color: Bouquet. HEX triplet: B7, 82 and 9E. RGB value is (183,130,158). Sum of RGB (Red+Green+Blue) = 183+130+158=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7829E is #487D61. Grayscale: #949494. Windows color (decimal): -4750690 or 10388151. OLE color: 10388151.
HSL color Cylindrical-coordinate representation of color #B7829E: hue angle of 328.3º 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 #B7829E is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 158 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.28 |
| HSL | 328.3º | 0.27% | 0.61% | - |
| HSV(B) | 328.3º | 0.29% | 0.72% | - |
| XYZ | 33.68 | 28.5 | 36.07 | - |
| YUV | 149.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 158 | 0 | 0.29 | 0.14 | 0.28 | 328.3 | 0.27 | 0.61 |
| Hex | B7 | 82 | 9E | 0 | 1D | E | 1C | 148 | 1B | 3D |
| Octal | 267 | 202 | 236 | 0 | 35 | 16 | 34 | 510 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10011110 | 0 | 11101 | 1110 | 11100 | 101001000 | 11011 | 111101 |
Color Harmonies of #B7829E
Complementary color
Monochromatic Colors of #B7829E
Black with #B7829E
Text Example
Text Example
White with #B7829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7829E; }
p { color: rgb(183,130,158); }
H1.HeaderClassName
{
color: #B7829E;
}
.AnyTagClassName
{
color: #B7829E;
}
</style>
background-color css
<style>
a { background-color: #B7829E; }
a { background-color: rgb(183,130,158); }
div.DivClassName
{
background-color: #B7829E;
}
.BgClassName
{
background-color: #B7829E;
}
</style>
border-color css
<style>
span { border-color: #B7829E; }
span { border-color: rgb(183,130,158); }
td.TdClassName
{
border-color: #B7829E;
}
.TagClassName
{
border-color: #B7829E;
}
</style>