Shades of Bouquet #B3869B
Tints of Bouquet #B3869B
RGB
CMYK
RGB Variations
Color information
#B3869B (or 0xB3869B) is known color: Bouquet. HEX triplet: B3, 86 and 9B. RGB value is (179,134,155). Sum of RGB (Red+Green+Blue) = 179+134+155=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3869B is #4C7964. Grayscale: #959595. Windows color (decimal): -5011813 or 10192563. OLE color: 10192563.
HSL color Cylindrical-coordinate representation of color #B3869B: hue angle of 332º 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 #B3869B is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 155 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.30 |
| HSL | 332º | 0.23% | 0.61% | - |
| HSV(B) | 332º | 0.25% | 0.7% | - |
| XYZ | 33.03 | 29 | 34.87 | - |
| YUV | 149.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 155 | 0 | 0.25 | 0.13 | 0.30 | 332 | 0.23 | 0.61 |
| Hex | B3 | 86 | 9B | 0 | 19 | D | 1E | 14C | 17 | 3D |
| Octal | 263 | 206 | 233 | 0 | 31 | 15 | 36 | 514 | 27 | 75 |
| Binary | 10110011 | 10000110 | 10011011 | 0 | 11001 | 1101 | 11110 | 101001100 | 10111 | 111101 |
Color Harmonies of #B3869B
Complementary color
Monochromatic Colors of #B3869B
Black with #B3869B
Text Example
Text Example
White with #B3869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3869B; }
p { color: rgb(179,134,155); }
H1.HeaderClassName
{
color: #B3869B;
}
.AnyTagClassName
{
color: #B3869B;
}
</style>
background-color css
<style>
a { background-color: #B3869B; }
a { background-color: rgb(179,134,155); }
div.DivClassName
{
background-color: #B3869B;
}
.BgClassName
{
background-color: #B3869B;
}
</style>
border-color css
<style>
span { border-color: #B3869B; }
span { border-color: rgb(179,134,155); }
td.TdClassName
{
border-color: #B3869B;
}
.TagClassName
{
border-color: #B3869B;
}
</style>