Shades of Bouquet #B3869E
Tints of Bouquet #B3869E
RGB
CMYK
RGB Variations
Color information
#B3869E (or 0xB3869E) is known color: Bouquet. HEX triplet: B3, 86 and 9E. RGB value is (179,134,158). Sum of RGB (Red+Green+Blue) = 179+134+158=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B3869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3869E is #4C7961. Grayscale: #969696. Windows color (decimal): -5011810 or 10389171. OLE color: 10389171.
HSL color Cylindrical-coordinate representation of color #B3869E: hue angle of 328º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3869E is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 158 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.30 |
| HSL | 328º | 0.23% | 0.61% | - |
| HSV(B) | 328º | 0.25% | 0.7% | - |
| XYZ | 33.29 | 29.1 | 36.21 | - |
| YUV | 150.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 158 | 0 | 0.25 | 0.12 | 0.30 | 328 | 0.23 | 0.61 |
| Hex | B3 | 86 | 9E | 0 | 19 | C | 1E | 148 | 17 | 3D |
| Octal | 263 | 206 | 236 | 0 | 31 | 14 | 36 | 510 | 27 | 75 |
| Binary | 10110011 | 10000110 | 10011110 | 0 | 11001 | 1100 | 11110 | 101001000 | 10111 | 111101 |
Color Harmonies of #B3869E
Complementary color
Monochromatic Colors of #B3869E
Black with #B3869E
Text Example
Text Example
White with #B3869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3869E; }
p { color: rgb(179,134,158); }
H1.HeaderClassName
{
color: #B3869E;
}
.AnyTagClassName
{
color: #B3869E;
}
</style>
background-color css
<style>
a { background-color: #B3869E; }
a { background-color: rgb(179,134,158); }
div.DivClassName
{
background-color: #B3869E;
}
.BgClassName
{
background-color: #B3869E;
}
</style>
border-color css
<style>
span { border-color: #B3869E; }
span { border-color: rgb(179,134,158); }
td.TdClassName
{
border-color: #B3869E;
}
.TagClassName
{
border-color: #B3869E;
}
</style>