Shades of Bouquet #B0819B
Tints of Bouquet #B0819B
RGB
CMYK
RGB Variations
Color information
#B0819B (or 0xB0819B) is known color: Bouquet. HEX triplet: B0, 81 and 9B. RGB value is (176,129,155). Sum of RGB (Red+Green+Blue) = 176+129+155=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0819B is #4F7E64. Grayscale: #919191. Windows color (decimal): -5209701 or 10191280. OLE color: 10191280.
HSL color Cylindrical-coordinate representation of color #B0819B: hue angle of 326.81º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0819B is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 155 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.31 |
| HSL | 326.81º | 0.23% | 0.6% | - |
| HSV(B) | 326.81º | 0.27% | 0.69% | - |
| XYZ | 31.67 | 27.3 | 34.61 | - |
| YUV | 146.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 155 | 0 | 0.27 | 0.12 | 0.31 | 326.81 | 0.23 | 0.6 |
| Hex | B0 | 81 | 9B | 0 | 1B | C | 1F | 147 | 17 | 3C |
| Octal | 260 | 201 | 233 | 0 | 33 | 14 | 37 | 507 | 27 | 74 |
| Binary | 10110000 | 10000001 | 10011011 | 0 | 11011 | 1100 | 11111 | 101000111 | 10111 | 111100 |
Color Harmonies of #B0819B
Complementary color
Monochromatic Colors of #B0819B
Black with #B0819B
Text Example
Text Example
White with #B0819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0819B; }
p { color: rgb(176,129,155); }
H1.HeaderClassName
{
color: #B0819B;
}
.AnyTagClassName
{
color: #B0819B;
}
</style>
background-color css
<style>
a { background-color: #B0819B; }
a { background-color: rgb(176,129,155); }
div.DivClassName
{
background-color: #B0819B;
}
.BgClassName
{
background-color: #B0819B;
}
</style>
border-color css
<style>
span { border-color: #B0819B; }
span { border-color: rgb(176,129,155); }
td.TdClassName
{
border-color: #B0819B;
}
.TagClassName
{
border-color: #B0819B;
}
</style>