Shades of Bouquet #B58BA4
Tints of Bouquet #B58BA4
RGB
CMYK
RGB Variations
Color information
#B58BA4 (or 0xB58BA4) is known color: Bouquet. HEX triplet: B5, 8B and A4. RGB value is (181,139,164). Sum of RGB (Red+Green+Blue) = 181+139+164=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B58BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58BA4 is #4A745B. Grayscale: #9A9A9A. Windows color (decimal): -4879452 or 10783669. OLE color: 10783669.
HSL color Cylindrical-coordinate representation of color #B58BA4: hue angle of 324.29º 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 #B58BA4 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 164 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.29 |
| HSL | 324.29º | 0.22% | 0.63% | - |
| HSV(B) | 324.29º | 0.23% | 0.71% | - |
| XYZ | 34.99 | 30.97 | 39.26 | - |
| YUV | 154.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 164 | 0 | 0.23 | 0.09 | 0.29 | 324.29 | 0.22 | 0.63 |
| Hex | B5 | 8B | A4 | 0 | 17 | 9 | 1D | 144 | 16 | 3F |
| Octal | 265 | 213 | 244 | 0 | 27 | 11 | 35 | 504 | 26 | 77 |
| Binary | 10110101 | 10001011 | 10100100 | 0 | 10111 | 1001 | 11101 | 101000100 | 10110 | 111111 |
Color Harmonies of #B58BA4
Complementary color
Monochromatic Colors of #B58BA4
Black with #B58BA4
Text Example
Text Example
White with #B58BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BA4; }
p { color: rgb(181,139,164); }
H1.HeaderClassName
{
color: #B58BA4;
}
.AnyTagClassName
{
color: #B58BA4;
}
</style>
background-color css
<style>
a { background-color: #B58BA4; }
a { background-color: rgb(181,139,164); }
div.DivClassName
{
background-color: #B58BA4;
}
.BgClassName
{
background-color: #B58BA4;
}
</style>
border-color css
<style>
span { border-color: #B58BA4; }
span { border-color: rgb(181,139,164); }
td.TdClassName
{
border-color: #B58BA4;
}
.TagClassName
{
border-color: #B58BA4;
}
</style>