Shades of Bouquet #B08A9D
Tints of Bouquet #B08A9D
RGB
CMYK
RGB Variations
Color information
#B08A9D (or 0xB08A9D) is known color: Bouquet. HEX triplet: B0, 8A and 9D. RGB value is (176,138,157). Sum of RGB (Red+Green+Blue) = 176+138+157=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A9D is #4F7562. Grayscale: #979797. Windows color (decimal): -5207395 or 10324656. OLE color: 10324656.
HSL color Cylindrical-coordinate representation of color #B08A9D: hue angle of 330º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08A9D is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 157 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.31 |
| HSL | 330º | 0.19% | 0.62% | - |
| HSV(B) | 330º | 0.22% | 0.69% | - |
| XYZ | 33.08 | 29.84 | 35.91 | - |
| YUV | 151.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 157 | 0 | 0.22 | 0.11 | 0.31 | 330 | 0.19 | 0.62 |
| Hex | B0 | 8A | 9D | 0 | 16 | B | 1F | 14A | 13 | 3E |
| Octal | 260 | 212 | 235 | 0 | 26 | 13 | 37 | 512 | 23 | 76 |
| Binary | 10110000 | 10001010 | 10011101 | 0 | 10110 | 1011 | 11111 | 101001010 | 10011 | 111110 |
Color Harmonies of #B08A9D
Complementary color
Monochromatic Colors of #B08A9D
Black with #B08A9D
Text Example
Text Example
White with #B08A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A9D; }
p { color: rgb(176,138,157); }
H1.HeaderClassName
{
color: #B08A9D;
}
.AnyTagClassName
{
color: #B08A9D;
}
</style>
background-color css
<style>
a { background-color: #B08A9D; }
a { background-color: rgb(176,138,157); }
div.DivClassName
{
background-color: #B08A9D;
}
.BgClassName
{
background-color: #B08A9D;
}
</style>
border-color css
<style>
span { border-color: #B08A9D; }
span { border-color: rgb(176,138,157); }
td.TdClassName
{
border-color: #B08A9D;
}
.TagClassName
{
border-color: #B08A9D;
}
</style>