Shades of Bouquet #B185A2
Tints of Bouquet #B185A2
RGB
CMYK
RGB Variations
Color information
#B185A2 (or 0xB185A2) is known color: Bouquet. HEX triplet: B1, 85 and A2. RGB value is (177,133,162). Sum of RGB (Red+Green+Blue) = 177+133+162=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B185A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B185A2 is #4E7A5D. Grayscale: #959595. Windows color (decimal): -5143134 or 10651057. OLE color: 10651057.
HSL color Cylindrical-coordinate representation of color #B185A2: hue angle of 320.45º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B185A2 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 162 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.31 |
| HSL | 320.45º | 0.22% | 0.61% | - |
| HSV(B) | 320.45º | 0.25% | 0.69% | - |
| XYZ | 33.04 | 28.73 | 37.99 | - |
| YUV | 149.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 162 | 0 | 0.25 | 0.08 | 0.31 | 320.45 | 0.22 | 0.61 |
| Hex | B1 | 85 | A2 | 0 | 19 | 8 | 1F | 140 | 16 | 3D |
| Octal | 261 | 205 | 242 | 0 | 31 | 10 | 37 | 500 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10100010 | 0 | 11001 | 1000 | 11111 | 101000000 | 10110 | 111101 |
Color Harmonies of #B185A2
Complementary color
Monochromatic Colors of #B185A2
Black with #B185A2
Text Example
Text Example
White with #B185A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B185A2; }
p { color: rgb(177,133,162); }
H1.HeaderClassName
{
color: #B185A2;
}
.AnyTagClassName
{
color: #B185A2;
}
</style>
background-color css
<style>
a { background-color: #B185A2; }
a { background-color: rgb(177,133,162); }
div.DivClassName
{
background-color: #B185A2;
}
.BgClassName
{
background-color: #B185A2;
}
</style>
border-color css
<style>
span { border-color: #B185A2; }
span { border-color: rgb(177,133,162); }
td.TdClassName
{
border-color: #B185A2;
}
.TagClassName
{
border-color: #B185A2;
}
</style>