Shades of Bouquet #B2759A
Tints of Bouquet #B2759A
RGB
CMYK
RGB Variations
Color information
#B2759A (or 0xB2759A) is known color: Bouquet. HEX triplet: B2, 75 and 9A. RGB value is (178,117,154). Sum of RGB (Red+Green+Blue) = 178+117+154=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2759A is #4D8A65. Grayscale: #8B8B8B. Windows color (decimal): -5081702 or 10122674. OLE color: 10122674.
HSL color Cylindrical-coordinate representation of color #B2759A: hue angle of 323.61º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2759A is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 154 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.30 |
| HSL | 323.61º | 0.28% | 0.58% | - |
| HSV(B) | 323.61º | 0.34% | 0.7% | - |
| XYZ | 30.55 | 24.52 | 33.69 | - |
| YUV | 139.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 154 | 0 | 0.34 | 0.13 | 0.30 | 323.61 | 0.28 | 0.58 |
| Hex | B2 | 75 | 9A | 0 | 22 | D | 1E | 144 | 1C | 3A |
| Octal | 262 | 165 | 232 | 0 | 42 | 15 | 36 | 504 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10011010 | 0 | 100010 | 1101 | 11110 | 101000100 | 11100 | 111010 |
Color Harmonies of #B2759A
Complementary color
Monochromatic Colors of #B2759A
Black with #B2759A
Text Example
Text Example
White with #B2759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2759A; }
p { color: rgb(178,117,154); }
H1.HeaderClassName
{
color: #B2759A;
}
.AnyTagClassName
{
color: #B2759A;
}
</style>
background-color css
<style>
a { background-color: #B2759A; }
a { background-color: rgb(178,117,154); }
div.DivClassName
{
background-color: #B2759A;
}
.BgClassName
{
background-color: #B2759A;
}
</style>
border-color css
<style>
span { border-color: #B2759A; }
span { border-color: rgb(178,117,154); }
td.TdClassName
{
border-color: #B2759A;
}
.TagClassName
{
border-color: #B2759A;
}
</style>