Shades of Bouquet #B0869A
Tints of Bouquet #B0869A
RGB
CMYK
RGB Variations
Color information
#B0869A (or 0xB0869A) is known color: Bouquet. HEX triplet: B0, 86 and 9A. RGB value is (176,134,154). Sum of RGB (Red+Green+Blue) = 176+134+154=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0869A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0869A is #4F7965. Grayscale: #949494. Windows color (decimal): -5208422 or 10127024. OLE color: 10127024.
HSL color Cylindrical-coordinate representation of color #B0869A: hue angle of 331.43º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0869A is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 154 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.31 |
| HSL | 331.43º | 0.21% | 0.61% | - |
| HSV(B) | 331.43º | 0.24% | 0.69% | - |
| XYZ | 32.26 | 28.61 | 34.39 | - |
| YUV | 148.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 154 | 0 | 0.24 | 0.12 | 0.31 | 331.43 | 0.21 | 0.61 |
| Hex | B0 | 86 | 9A | 0 | 18 | C | 1F | 14B | 15 | 3D |
| Octal | 260 | 206 | 232 | 0 | 30 | 14 | 37 | 513 | 25 | 75 |
| Binary | 10110000 | 10000110 | 10011010 | 0 | 11000 | 1100 | 11111 | 101001011 | 10101 | 111101 |
Color Harmonies of #B0869A
Complementary color
Monochromatic Colors of #B0869A
Black with #B0869A
Text Example
Text Example
White with #B0869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0869A; }
p { color: rgb(176,134,154); }
H1.HeaderClassName
{
color: #B0869A;
}
.AnyTagClassName
{
color: #B0869A;
}
</style>
background-color css
<style>
a { background-color: #B0869A; }
a { background-color: rgb(176,134,154); }
div.DivClassName
{
background-color: #B0869A;
}
.BgClassName
{
background-color: #B0869A;
}
</style>
border-color css
<style>
span { border-color: #B0869A; }
span { border-color: rgb(176,134,154); }
td.TdClassName
{
border-color: #B0869A;
}
.TagClassName
{
border-color: #B0869A;
}
</style>