Shades of Bouquet #B080A0
Tints of Bouquet #B080A0
RGB
CMYK
RGB Variations
Color information
#B080A0 (or 0xB080A0) is known color: Bouquet. HEX triplet: B0, 80 and A0. RGB value is (176,128,160). Sum of RGB (Red+Green+Blue) = 176+128+160=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B080A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080A0 is #4F7F5F. Grayscale: #919191. Windows color (decimal): -5209952 or 10518704. OLE color: 10518704.
HSL color Cylindrical-coordinate representation of color #B080A0: hue angle of 320º 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 #B080A0 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 160 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.31 |
| HSL | 320º | 0.23% | 0.6% | - |
| HSV(B) | 320º | 0.27% | 0.69% | - |
| XYZ | 31.97 | 27.21 | 36.82 | - |
| YUV | 146 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 160 | 0 | 0.27 | 0.09 | 0.31 | 320 | 0.23 | 0.6 |
| Hex | B0 | 80 | A0 | 0 | 1B | 9 | 1F | 140 | 17 | 3C |
| Octal | 260 | 200 | 240 | 0 | 33 | 11 | 37 | 500 | 27 | 74 |
| Binary | 10110000 | 10000000 | 10100000 | 0 | 11011 | 1001 | 11111 | 101000000 | 10111 | 111100 |
Color Harmonies of #B080A0
Complementary color
Monochromatic Colors of #B080A0
Black with #B080A0
Text Example
Text Example
White with #B080A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080A0; }
p { color: rgb(176,128,160); }
H1.HeaderClassName
{
color: #B080A0;
}
.AnyTagClassName
{
color: #B080A0;
}
</style>
background-color css
<style>
a { background-color: #B080A0; }
a { background-color: rgb(176,128,160); }
div.DivClassName
{
background-color: #B080A0;
}
.BgClassName
{
background-color: #B080A0;
}
</style>
border-color css
<style>
span { border-color: #B080A0; }
span { border-color: rgb(176,128,160); }
td.TdClassName
{
border-color: #B080A0;
}
.TagClassName
{
border-color: #B080A0;
}
</style>