Shades of Bouquet #B08398
Tints of Bouquet #B08398
RGB
CMYK
RGB Variations
Color information
#B08398 (or 0xB08398) is known color: Bouquet. HEX triplet: B0, 83 and 98. RGB value is (176,131,152). Sum of RGB (Red+Green+Blue) = 176+131+152=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B08398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08398 is #4F7C67. Grayscale: #929292. Windows color (decimal): -5209192 or 9995184. OLE color: 9995184.
HSL color Cylindrical-coordinate representation of color #B08398: hue angle of 332º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08398 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 152 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.31 |
| HSL | 332º | 0.22% | 0.6% | - |
| HSV(B) | 332º | 0.26% | 0.69% | - |
| XYZ | 31.69 | 27.73 | 33.39 | - |
| YUV | 146.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 152 | 0 | 0.26 | 0.14 | 0.31 | 332 | 0.22 | 0.6 |
| Hex | B0 | 83 | 98 | 0 | 1A | E | 1F | 14C | 16 | 3C |
| Octal | 260 | 203 | 230 | 0 | 32 | 16 | 37 | 514 | 26 | 74 |
| Binary | 10110000 | 10000011 | 10011000 | 0 | 11010 | 1110 | 11111 | 101001100 | 10110 | 111100 |
Color Harmonies of #B08398
Complementary color
Monochromatic Colors of #B08398
Black with #B08398
Text Example
Text Example
White with #B08398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08398; }
p { color: rgb(176,131,152); }
H1.HeaderClassName
{
color: #B08398;
}
.AnyTagClassName
{
color: #B08398;
}
</style>
background-color css
<style>
a { background-color: #B08398; }
a { background-color: rgb(176,131,152); }
div.DivClassName
{
background-color: #B08398;
}
.BgClassName
{
background-color: #B08398;
}
</style>
border-color css
<style>
span { border-color: #B08398; }
span { border-color: rgb(176,131,152); }
td.TdClassName
{
border-color: #B08398;
}
.TagClassName
{
border-color: #B08398;
}
</style>