Shades of Bouquet #B7829A
Tints of Bouquet #B7829A
RGB
CMYK
RGB Variations
Color information
#B7829A (or 0xB7829A) is known color: Bouquet. HEX triplet: B7, 82 and 9A. RGB value is (183,130,154). Sum of RGB (Red+Green+Blue) = 183+130+154=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B7829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7829A is #487D65. Grayscale: #949494. Windows color (decimal): -4750694 or 10126007. OLE color: 10126007.
HSL color Cylindrical-coordinate representation of color #B7829A: hue angle of 332.83º 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 #B7829A is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 154 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.28 |
| HSL | 332.83º | 0.27% | 0.61% | - |
| HSV(B) | 332.83º | 0.29% | 0.72% | - |
| XYZ | 33.34 | 28.37 | 34.29 | - |
| YUV | 148.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 154 | 0 | 0.29 | 0.16 | 0.28 | 332.83 | 0.27 | 0.61 |
| Hex | B7 | 82 | 9A | 0 | 1D | 10 | 1C | 14D | 1B | 3D |
| Octal | 267 | 202 | 232 | 0 | 35 | 20 | 34 | 515 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10011010 | 0 | 11101 | 10000 | 11100 | 101001101 | 11011 | 111101 |
Color Harmonies of #B7829A
Complementary color
Monochromatic Colors of #B7829A
Black with #B7829A
Text Example
Text Example
White with #B7829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7829A; }
p { color: rgb(183,130,154); }
H1.HeaderClassName
{
color: #B7829A;
}
.AnyTagClassName
{
color: #B7829A;
}
</style>
background-color css
<style>
a { background-color: #B7829A; }
a { background-color: rgb(183,130,154); }
div.DivClassName
{
background-color: #B7829A;
}
.BgClassName
{
background-color: #B7829A;
}
</style>
border-color css
<style>
span { border-color: #B7829A; }
span { border-color: rgb(183,130,154); }
td.TdClassName
{
border-color: #B7829A;
}
.TagClassName
{
border-color: #B7829A;
}
</style>