Shades of Bouquet #B36695
Tints of Bouquet #B36695
RGB
CMYK
RGB Variations
Color information
#B36695 (or 0xB36695) is known color: Bouquet. HEX triplet: B3, 66 and 95. RGB value is (179,102,149). Sum of RGB (Red+Green+Blue) = 179+102+149=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B36695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36695 is #4C996A. Grayscale: #828282. Windows color (decimal): -5020011 or 9791155. OLE color: 9791155.
HSL color Cylindrical-coordinate representation of color #B36695: hue angle of 323.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B36695 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 149 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.30 |
| HSL | 323.38º | 0.34% | 0.55% | - |
| HSV(B) | 323.38º | 0.43% | 0.7% | - |
| XYZ | 28.77 | 21.26 | 31.02 | - |
| YUV | 130.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 149 | 0 | 0.43 | 0.17 | 0.30 | 323.38 | 0.34 | 0.55 |
| Hex | B3 | 66 | 95 | 0 | 2B | 11 | 1E | 143 | 22 | 37 |
| Octal | 263 | 146 | 225 | 0 | 53 | 21 | 36 | 503 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10010101 | 0 | 101011 | 10001 | 11110 | 101000011 | 100010 | 110111 |
Color Harmonies of #B36695
Complementary color
Monochromatic Colors of #B36695
Black with #B36695
Text Example
Text Example
White with #B36695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36695; }
p { color: rgb(179,102,149); }
H1.HeaderClassName
{
color: #B36695;
}
.AnyTagClassName
{
color: #B36695;
}
</style>
background-color css
<style>
a { background-color: #B36695; }
a { background-color: rgb(179,102,149); }
div.DivClassName
{
background-color: #B36695;
}
.BgClassName
{
background-color: #B36695;
}
</style>
border-color css
<style>
span { border-color: #B36695; }
span { border-color: rgb(179,102,149); }
td.TdClassName
{
border-color: #B36695;
}
.TagClassName
{
border-color: #B36695;
}
</style>