Shades of Bouquet #B090A3
Tints of Bouquet #B090A3
RGB
CMYK
RGB Variations
Color information
#B090A3 (or 0xB090A3) is known color: Bouquet. HEX triplet: B0, 90 and A3. RGB value is (176,144,163). Sum of RGB (Red+Green+Blue) = 176+144+163=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B090A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090A3 is #4F6F5C. Grayscale: #9B9B9B. Windows color (decimal): -5205853 or 10719408. OLE color: 10719408.
HSL color Cylindrical-coordinate representation of color #B090A3: hue angle of 324.38º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B090A3 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 163 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.31 |
| HSL | 324.38º | 0.17% | 0.63% | - |
| HSV(B) | 324.38º | 0.18% | 0.69% | - |
| XYZ | 34.49 | 31.82 | 38.97 | - |
| YUV | 155.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 163 | 0 | 0.18 | 0.07 | 0.31 | 324.38 | 0.17 | 0.63 |
| Hex | B0 | 90 | A3 | 0 | 12 | 7 | 1F | 144 | 11 | 3F |
| Octal | 260 | 220 | 243 | 0 | 22 | 7 | 37 | 504 | 21 | 77 |
| Binary | 10110000 | 10010000 | 10100011 | 0 | 10010 | 111 | 11111 | 101000100 | 10001 | 111111 |
Color Harmonies of #B090A3
Complementary color
Monochromatic Colors of #B090A3
Black with #B090A3
Text Example
Text Example
White with #B090A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090A3; }
p { color: rgb(176,144,163); }
H1.HeaderClassName
{
color: #B090A3;
}
.AnyTagClassName
{
color: #B090A3;
}
</style>
background-color css
<style>
a { background-color: #B090A3; }
a { background-color: rgb(176,144,163); }
div.DivClassName
{
background-color: #B090A3;
}
.BgClassName
{
background-color: #B090A3;
}
</style>
border-color css
<style>
span { border-color: #B090A3; }
span { border-color: rgb(176,144,163); }
td.TdClassName
{
border-color: #B090A3;
}
.TagClassName
{
border-color: #B090A3;
}
</style>