Shades of Bouquet #B58CA6
Tints of Bouquet #B58CA6
RGB
CMYK
RGB Variations
Color information
#B58CA6 (or 0xB58CA6) is known color: Bouquet. HEX triplet: B5, 8C and A6. RGB value is (181,140,166). Sum of RGB (Red+Green+Blue) = 181+140+166=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CA6 is #4A7359. Grayscale: #9B9B9B. Windows color (decimal): -4879194 or 10914997. OLE color: 10914997.
HSL color Cylindrical-coordinate representation of color #B58CA6: hue angle of 321.95º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58CA6 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 166 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.29 |
| HSL | 321.95º | 0.22% | 0.63% | - |
| HSV(B) | 321.95º | 0.23% | 0.71% | - |
| XYZ | 35.32 | 31.33 | 40.26 | - |
| YUV | 155.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 166 | 0 | 0.23 | 0.08 | 0.29 | 321.95 | 0.22 | 0.63 |
| Hex | B5 | 8C | A6 | 0 | 17 | 8 | 1D | 142 | 16 | 3F |
| Octal | 265 | 214 | 246 | 0 | 27 | 10 | 35 | 502 | 26 | 77 |
| Binary | 10110101 | 10001100 | 10100110 | 0 | 10111 | 1000 | 11101 | 101000010 | 10110 | 111111 |
Color Harmonies of #B58CA6
Complementary color
Monochromatic Colors of #B58CA6
Black with #B58CA6
Text Example
Text Example
White with #B58CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CA6; }
p { color: rgb(181,140,166); }
H1.HeaderClassName
{
color: #B58CA6;
}
.AnyTagClassName
{
color: #B58CA6;
}
</style>
background-color css
<style>
a { background-color: #B58CA6; }
a { background-color: rgb(181,140,166); }
div.DivClassName
{
background-color: #B58CA6;
}
.BgClassName
{
background-color: #B58CA6;
}
</style>
border-color css
<style>
span { border-color: #B58CA6; }
span { border-color: rgb(181,140,166); }
td.TdClassName
{
border-color: #B58CA6;
}
.TagClassName
{
border-color: #B58CA6;
}
</style>