Shades of Bouquet #B36A9D
Tints of Bouquet #B36A9D
RGB
CMYK
RGB Variations
Color information
#B36A9D (or 0xB36A9D) is known color: Bouquet. HEX triplet: B3, 6A and 9D. RGB value is (179,106,157). Sum of RGB (Red+Green+Blue) = 179+106+157=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36A9D is #4C9562. Grayscale: #858585. Windows color (decimal): -5018979 or 10316467. OLE color: 10316467.
HSL color Cylindrical-coordinate representation of color #B36A9D: hue angle of 318.08º 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 #B36A9D is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 157 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.30 |
| HSL | 318.08º | 0.32% | 0.56% | - |
| HSV(B) | 318.08º | 0.41% | 0.7% | - |
| XYZ | 29.83 | 22.33 | 34.64 | - |
| YUV | 133.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 157 | 0 | 0.41 | 0.12 | 0.30 | 318.08 | 0.32 | 0.56 |
| Hex | B3 | 6A | 9D | 0 | 29 | C | 1E | 13E | 20 | 38 |
| Octal | 263 | 152 | 235 | 0 | 51 | 14 | 36 | 476 | 40 | 70 |
| Binary | 10110011 | 1101010 | 10011101 | 0 | 101001 | 1100 | 11110 | 100111110 | 100000 | 111000 |
Color Harmonies of #B36A9D
Complementary color
Monochromatic Colors of #B36A9D
Black with #B36A9D
Text Example
Text Example
White with #B36A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A9D; }
p { color: rgb(179,106,157); }
H1.HeaderClassName
{
color: #B36A9D;
}
.AnyTagClassName
{
color: #B36A9D;
}
</style>
background-color css
<style>
a { background-color: #B36A9D; }
a { background-color: rgb(179,106,157); }
div.DivClassName
{
background-color: #B36A9D;
}
.BgClassName
{
background-color: #B36A9D;
}
</style>
border-color css
<style>
span { border-color: #B36A9D; }
span { border-color: rgb(179,106,157); }
td.TdClassName
{
border-color: #B36A9D;
}
.TagClassName
{
border-color: #B36A9D;
}
</style>