Shades of Bouquet #B089A3
Tints of Bouquet #B089A3
RGB
CMYK
RGB Variations
Color information
#B089A3 (or 0xB089A3) is known color: Bouquet. HEX triplet: B0, 89 and A3. RGB value is (176,137,163). Sum of RGB (Red+Green+Blue) = 176+137+163=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B089A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B089A3 is #4F765C. Grayscale: #979797. Windows color (decimal): -5207645 or 10717616. OLE color: 10717616.
HSL color Cylindrical-coordinate representation of color #B089A3: hue angle of 320º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B089A3 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 163 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.31 |
| HSL | 320º | 0.2% | 0.61% | - |
| HSV(B) | 320º | 0.22% | 0.69% | - |
| XYZ | 33.46 | 29.77 | 38.63 | - |
| YUV | 151.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 163 | 0 | 0.22 | 0.07 | 0.31 | 320 | 0.2 | 0.61 |
| Hex | B0 | 89 | A3 | 0 | 16 | 7 | 1F | 140 | 14 | 3D |
| Octal | 260 | 211 | 243 | 0 | 26 | 7 | 37 | 500 | 24 | 75 |
| Binary | 10110000 | 10001001 | 10100011 | 0 | 10110 | 111 | 11111 | 101000000 | 10100 | 111101 |
Color Harmonies of #B089A3
Complementary color
Monochromatic Colors of #B089A3
Black with #B089A3
Text Example
Text Example
White with #B089A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089A3; }
p { color: rgb(176,137,163); }
H1.HeaderClassName
{
color: #B089A3;
}
.AnyTagClassName
{
color: #B089A3;
}
</style>
background-color css
<style>
a { background-color: #B089A3; }
a { background-color: rgb(176,137,163); }
div.DivClassName
{
background-color: #B089A3;
}
.BgClassName
{
background-color: #B089A3;
}
</style>
border-color css
<style>
span { border-color: #B089A3; }
span { border-color: rgb(176,137,163); }
td.TdClassName
{
border-color: #B089A3;
}
.TagClassName
{
border-color: #B089A3;
}
</style>