Shades of Bouquet #B38399
Tints of Bouquet #B38399
RGB
CMYK
RGB Variations
Color information
#B38399 (or 0xB38399) is known color: Bouquet. HEX triplet: B3, 83 and 99. RGB value is (179,131,153). Sum of RGB (Red+Green+Blue) = 179+131+153=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B38399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38399 is #4C7C66. Grayscale: #939393. Windows color (decimal): -5012583 or 10060723. OLE color: 10060723.
HSL color Cylindrical-coordinate representation of color #B38399: hue angle of 332.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38399 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 131 | 153 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.30 |
| HSL | 332.5º | 0.24% | 0.61% | - |
| HSV(B) | 332.5º | 0.27% | 0.7% | - |
| XYZ | 32.46 | 28.12 | 33.85 | - |
| YUV | 147.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 153 | 0 | 0.27 | 0.15 | 0.30 | 332.5 | 0.24 | 0.61 |
| Hex | B3 | 83 | 99 | 0 | 1B | F | 1E | 14C | 18 | 3D |
| Octal | 263 | 203 | 231 | 0 | 33 | 17 | 36 | 514 | 30 | 75 |
| Binary | 10110011 | 10000011 | 10011001 | 0 | 11011 | 1111 | 11110 | 101001100 | 11000 | 111101 |
Color Harmonies of #B38399
Complementary color
Monochromatic Colors of #B38399
Black with #B38399
Text Example
Text Example
White with #B38399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38399; }
p { color: rgb(179,131,153); }
H1.HeaderClassName
{
color: #B38399;
}
.AnyTagClassName
{
color: #B38399;
}
</style>
background-color css
<style>
a { background-color: #B38399; }
a { background-color: rgb(179,131,153); }
div.DivClassName
{
background-color: #B38399;
}
.BgClassName
{
background-color: #B38399;
}
</style>
border-color css
<style>
span { border-color: #B38399; }
span { border-color: rgb(179,131,153); }
td.TdClassName
{
border-color: #B38399;
}
.TagClassName
{
border-color: #B38399;
}
</style>