Shades of Bouquet #B0819A
Tints of Bouquet #B0819A
RGB
CMYK
RGB Variations
Color information
#B0819A (or 0xB0819A) is known color: Bouquet. HEX triplet: B0, 81 and 9A. RGB value is (176,129,154). Sum of RGB (Red+Green+Blue) = 176+129+154=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B0819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0819A is #4F7E65. Grayscale: #919191. Windows color (decimal): -5209702 or 10125744. OLE color: 10125744.
HSL color Cylindrical-coordinate representation of color #B0819A: hue angle of 328.09º 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 #B0819A is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 154 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.31 |
| HSL | 328.09º | 0.23% | 0.6% | - |
| HSV(B) | 328.09º | 0.27% | 0.69% | - |
| XYZ | 31.59 | 27.26 | 34.17 | - |
| YUV | 145.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 154 | 0 | 0.27 | 0.12 | 0.31 | 328.09 | 0.23 | 0.6 |
| Hex | B0 | 81 | 9A | 0 | 1B | C | 1F | 148 | 17 | 3C |
| Octal | 260 | 201 | 232 | 0 | 33 | 14 | 37 | 510 | 27 | 74 |
| Binary | 10110000 | 10000001 | 10011010 | 0 | 11011 | 1100 | 11111 | 101001000 | 10111 | 111100 |
Color Harmonies of #B0819A
Complementary color
Monochromatic Colors of #B0819A
Black with #B0819A
Text Example
Text Example
White with #B0819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0819A; }
p { color: rgb(176,129,154); }
H1.HeaderClassName
{
color: #B0819A;
}
.AnyTagClassName
{
color: #B0819A;
}
</style>
background-color css
<style>
a { background-color: #B0819A; }
a { background-color: rgb(176,129,154); }
div.DivClassName
{
background-color: #B0819A;
}
.BgClassName
{
background-color: #B0819A;
}
</style>
border-color css
<style>
span { border-color: #B0819A; }
span { border-color: rgb(176,129,154); }
td.TdClassName
{
border-color: #B0819A;
}
.TagClassName
{
border-color: #B0819A;
}
</style>