Shades of Bouquet #B36D9A
Tints of Bouquet #B36D9A
RGB
CMYK
RGB Variations
Color information
#B36D9A (or 0xB36D9A) is known color: Bouquet. HEX triplet: B3, 6D and 9A. RGB value is (179,109,154). Sum of RGB (Red+Green+Blue) = 179+109+154=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36D9A is #4C9265. Grayscale: #868686. Windows color (decimal): -5018214 or 10120627. OLE color: 10120627.
HSL color Cylindrical-coordinate representation of color #B36D9A: hue angle of 321.43º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36D9A is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 154 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.30 |
| HSL | 321.43º | 0.32% | 0.56% | - |
| HSV(B) | 321.43º | 0.39% | 0.7% | - |
| XYZ | 29.89 | 22.85 | 33.41 | - |
| YUV | 135.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 154 | 0 | 0.39 | 0.14 | 0.30 | 321.43 | 0.32 | 0.56 |
| Hex | B3 | 6D | 9A | 0 | 27 | E | 1E | 141 | 20 | 38 |
| Octal | 263 | 155 | 232 | 0 | 47 | 16 | 36 | 501 | 40 | 70 |
| Binary | 10110011 | 1101101 | 10011010 | 0 | 100111 | 1110 | 11110 | 101000001 | 100000 | 111000 |
Color Harmonies of #B36D9A
Complementary color
Monochromatic Colors of #B36D9A
Black with #B36D9A
Text Example
Text Example
White with #B36D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D9A; }
p { color: rgb(179,109,154); }
H1.HeaderClassName
{
color: #B36D9A;
}
.AnyTagClassName
{
color: #B36D9A;
}
</style>
background-color css
<style>
a { background-color: #B36D9A; }
a { background-color: rgb(179,109,154); }
div.DivClassName
{
background-color: #B36D9A;
}
.BgClassName
{
background-color: #B36D9A;
}
</style>
border-color css
<style>
span { border-color: #B36D9A; }
span { border-color: rgb(179,109,154); }
td.TdClassName
{
border-color: #B36D9A;
}
.TagClassName
{
border-color: #B36D9A;
}
</style>