Shades of Bouquet #B3879A
Tints of Bouquet #B3879A
RGB
CMYK
RGB Variations
Color information
#B3879A (or 0xB3879A) is known color: Bouquet. HEX triplet: B3, 87 and 9A. RGB value is (179,135,154). Sum of RGB (Red+Green+Blue) = 179+135+154=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3879A is #4C7865. Grayscale: #969696. Windows color (decimal): -5011558 or 10127283. OLE color: 10127283.
HSL color Cylindrical-coordinate representation of color #B3879A: hue angle of 334.09º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3879A is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 154 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.30 |
| HSL | 334.09º | 0.22% | 0.62% | - |
| HSV(B) | 334.09º | 0.25% | 0.7% | - |
| XYZ | 33.09 | 29.24 | 34.47 | - |
| YUV | 150.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 154 | 0 | 0.25 | 0.14 | 0.30 | 334.09 | 0.22 | 0.62 |
| Hex | B3 | 87 | 9A | 0 | 19 | E | 1E | 14E | 16 | 3E |
| Octal | 263 | 207 | 232 | 0 | 31 | 16 | 36 | 516 | 26 | 76 |
| Binary | 10110011 | 10000111 | 10011010 | 0 | 11001 | 1110 | 11110 | 101001110 | 10110 | 111110 |
Color Harmonies of #B3879A
Complementary color
Monochromatic Colors of #B3879A
Black with #B3879A
Text Example
Text Example
White with #B3879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3879A; }
p { color: rgb(179,135,154); }
H1.HeaderClassName
{
color: #B3879A;
}
.AnyTagClassName
{
color: #B3879A;
}
</style>
background-color css
<style>
a { background-color: #B3879A; }
a { background-color: rgb(179,135,154); }
div.DivClassName
{
background-color: #B3879A;
}
.BgClassName
{
background-color: #B3879A;
}
</style>
border-color css
<style>
span { border-color: #B3879A; }
span { border-color: rgb(179,135,154); }
td.TdClassName
{
border-color: #B3879A;
}
.TagClassName
{
border-color: #B3879A;
}
</style>