Shades of Bouquet #B36A9A
Tints of Bouquet #B36A9A
RGB
CMYK
RGB Variations
Color information
#B36A9A (or 0xB36A9A) is known color: Bouquet. HEX triplet: B3, 6A and 9A. RGB value is (179,106,154). Sum of RGB (Red+Green+Blue) = 179+106+154=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36A9A is #4C9565. Grayscale: #858585. Windows color (decimal): -5018982 or 10119859. OLE color: 10119859.
HSL color Cylindrical-coordinate representation of color #B36A9A: hue angle of 320.55º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36A9A is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 154 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.30 |
| HSL | 320.55º | 0.32% | 0.56% | - |
| HSV(B) | 320.55º | 0.41% | 0.7% | - |
| XYZ | 29.58 | 22.22 | 33.3 | - |
| YUV | 133.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 154 | 0 | 0.41 | 0.14 | 0.30 | 320.55 | 0.32 | 0.56 |
| Hex | B3 | 6A | 9A | 0 | 29 | E | 1E | 141 | 20 | 38 |
| Octal | 263 | 152 | 232 | 0 | 51 | 16 | 36 | 501 | 40 | 70 |
| Binary | 10110011 | 1101010 | 10011010 | 0 | 101001 | 1110 | 11110 | 101000001 | 100000 | 111000 |
Color Harmonies of #B36A9A
Complementary color
Monochromatic Colors of #B36A9A
Black with #B36A9A
Text Example
Text Example
White with #B36A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A9A; }
p { color: rgb(179,106,154); }
H1.HeaderClassName
{
color: #B36A9A;
}
.AnyTagClassName
{
color: #B36A9A;
}
</style>
background-color css
<style>
a { background-color: #B36A9A; }
a { background-color: rgb(179,106,154); }
div.DivClassName
{
background-color: #B36A9A;
}
.BgClassName
{
background-color: #B36A9A;
}
</style>
border-color css
<style>
span { border-color: #B36A9A; }
span { border-color: rgb(179,106,154); }
td.TdClassName
{
border-color: #B36A9A;
}
.TagClassName
{
border-color: #B36A9A;
}
</style>