Shades of Bouquet #B8829B
Tints of Bouquet #B8829B
RGB
CMYK
RGB Variations
Color information
#B8829B (or 0xB8829B) is known color: Bouquet. HEX triplet: B8, 82 and 9B. RGB value is (184,130,155). Sum of RGB (Red+Green+Blue) = 184+130+155=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B8829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8829B is #477D64. Grayscale: #949494. Windows color (decimal): -4685157 or 10191544. OLE color: 10191544.
HSL color Cylindrical-coordinate representation of color #B8829B: hue angle of 332.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8829B is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 155 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.28 |
| HSL | 332.22º | 0.28% | 0.62% | - |
| HSV(B) | 332.22º | 0.29% | 0.72% | - |
| XYZ | 33.67 | 28.52 | 34.74 | - |
| YUV | 149 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 155 | 0 | 0.29 | 0.16 | 0.28 | 332.22 | 0.28 | 0.62 |
| Hex | B8 | 82 | 9B | 0 | 1D | 10 | 1C | 14C | 1C | 3E |
| Octal | 270 | 202 | 233 | 0 | 35 | 20 | 34 | 514 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10011011 | 0 | 11101 | 10000 | 11100 | 101001100 | 11100 | 111110 |
Color Harmonies of #B8829B
Complementary color
Monochromatic Colors of #B8829B
Black with #B8829B
Text Example
Text Example
White with #B8829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8829B; }
p { color: rgb(184,130,155); }
H1.HeaderClassName
{
color: #B8829B;
}
.AnyTagClassName
{
color: #B8829B;
}
</style>
background-color css
<style>
a { background-color: #B8829B; }
a { background-color: rgb(184,130,155); }
div.DivClassName
{
background-color: #B8829B;
}
.BgClassName
{
background-color: #B8829B;
}
</style>
border-color css
<style>
span { border-color: #B8829B; }
span { border-color: rgb(184,130,155); }
td.TdClassName
{
border-color: #B8829B;
}
.TagClassName
{
border-color: #B8829B;
}
</style>