Shades of Bouquet #B58DA2
Tints of Bouquet #B58DA2
RGB
CMYK
RGB Variations
Color information
#B58DA2 (or 0xB58DA2) is known color: Bouquet. HEX triplet: B5, 8D and A2. RGB value is (181,141,162). Sum of RGB (Red+Green+Blue) = 181+141+162=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58DA2 is #4A725D. Grayscale: #9B9B9B. Windows color (decimal): -4878942 or 10653109. OLE color: 10653109.
HSL color Cylindrical-coordinate representation of color #B58DA2: hue angle of 328.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58DA2 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 162 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.29 |
| HSL | 328.5º | 0.21% | 0.63% | - |
| HSV(B) | 328.5º | 0.22% | 0.71% | - |
| XYZ | 35.1 | 31.48 | 38.41 | - |
| YUV | 155.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 162 | 0 | 0.22 | 0.10 | 0.29 | 328.5 | 0.21 | 0.63 |
| Hex | B5 | 8D | A2 | 0 | 16 | A | 1D | 148 | 15 | 3F |
| Octal | 265 | 215 | 242 | 0 | 26 | 12 | 35 | 510 | 25 | 77 |
| Binary | 10110101 | 10001101 | 10100010 | 0 | 10110 | 1010 | 11101 | 101001000 | 10101 | 111111 |
Color Harmonies of #B58DA2
Complementary color
Monochromatic Colors of #B58DA2
Black with #B58DA2
Text Example
Text Example
White with #B58DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DA2; }
p { color: rgb(181,141,162); }
H1.HeaderClassName
{
color: #B58DA2;
}
.AnyTagClassName
{
color: #B58DA2;
}
</style>
background-color css
<style>
a { background-color: #B58DA2; }
a { background-color: rgb(181,141,162); }
div.DivClassName
{
background-color: #B58DA2;
}
.BgClassName
{
background-color: #B58DA2;
}
</style>
border-color css
<style>
span { border-color: #B58DA2; }
span { border-color: rgb(181,141,162); }
td.TdClassName
{
border-color: #B58DA2;
}
.TagClassName
{
border-color: #B58DA2;
}
</style>