Shades of Bouquet #B8829C
Tints of Bouquet #B8829C
RGB
CMYK
RGB Variations
Color information
#B8829C (or 0xB8829C) is known color: Bouquet. HEX triplet: B8, 82 and 9C. RGB value is (184,130,156). Sum of RGB (Red+Green+Blue) = 184+130+156=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8829C is #477D63. Grayscale: #959595. Windows color (decimal): -4685156 or 10257080. OLE color: 10257080.
HSL color Cylindrical-coordinate representation of color #B8829C: hue angle of 331.11º 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 #B8829C is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 156 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.28 |
| HSL | 331.11º | 0.28% | 0.62% | - |
| HSV(B) | 331.11º | 0.29% | 0.72% | - |
| XYZ | 33.75 | 28.56 | 35.19 | - |
| YUV | 149.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 156 | 0 | 0.29 | 0.15 | 0.28 | 331.11 | 0.28 | 0.62 |
| Hex | B8 | 82 | 9C | 0 | 1D | F | 1C | 14B | 1C | 3E |
| Octal | 270 | 202 | 234 | 0 | 35 | 17 | 34 | 513 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10011100 | 0 | 11101 | 1111 | 11100 | 101001011 | 11100 | 111110 |
Color Harmonies of #B8829C
Complementary color
Monochromatic Colors of #B8829C
Black with #B8829C
Text Example
Text Example
White with #B8829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8829C; }
p { color: rgb(184,130,156); }
H1.HeaderClassName
{
color: #B8829C;
}
.AnyTagClassName
{
color: #B8829C;
}
</style>
background-color css
<style>
a { background-color: #B8829C; }
a { background-color: rgb(184,130,156); }
div.DivClassName
{
background-color: #B8829C;
}
.BgClassName
{
background-color: #B8829C;
}
</style>
border-color css
<style>
span { border-color: #B8829C; }
span { border-color: rgb(184,130,156); }
td.TdClassName
{
border-color: #B8829C;
}
.TagClassName
{
border-color: #B8829C;
}
</style>