Shades of Bouquet #B18BA4
Tints of Bouquet #B18BA4
RGB
CMYK
RGB Variations
Color information
#B18BA4 (or 0xB18BA4) is known color: Bouquet. HEX triplet: B1, 8B and A4. RGB value is (177,139,164). Sum of RGB (Red+Green+Blue) = 177+139+164=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BA4 is #4E745B. Grayscale: #999999. Windows color (decimal): -5141596 or 10783665. OLE color: 10783665.
HSL color Cylindrical-coordinate representation of color #B18BA4: hue angle of 320.53º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B18BA4 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 164 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.31 |
| HSL | 320.53º | 0.2% | 0.62% | - |
| HSV(B) | 320.53º | 0.21% | 0.69% | - |
| XYZ | 34.06 | 30.49 | 39.21 | - |
| YUV | 153.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 164 | 0 | 0.21 | 0.07 | 0.31 | 320.53 | 0.2 | 0.62 |
| Hex | B1 | 8B | A4 | 0 | 15 | 7 | 1F | 141 | 14 | 3E |
| Octal | 261 | 213 | 244 | 0 | 25 | 7 | 37 | 501 | 24 | 76 |
| Binary | 10110001 | 10001011 | 10100100 | 0 | 10101 | 111 | 11111 | 101000001 | 10100 | 111110 |
Color Harmonies of #B18BA4
Complementary color
Monochromatic Colors of #B18BA4
Black with #B18BA4
Text Example
Text Example
White with #B18BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BA4; }
p { color: rgb(177,139,164); }
H1.HeaderClassName
{
color: #B18BA4;
}
.AnyTagClassName
{
color: #B18BA4;
}
</style>
background-color css
<style>
a { background-color: #B18BA4; }
a { background-color: rgb(177,139,164); }
div.DivClassName
{
background-color: #B18BA4;
}
.BgClassName
{
background-color: #B18BA4;
}
</style>
border-color css
<style>
span { border-color: #B18BA4; }
span { border-color: rgb(177,139,164); }
td.TdClassName
{
border-color: #B18BA4;
}
.TagClassName
{
border-color: #B18BA4;
}
</style>