Shades of Bouquet #B38397
Tints of Bouquet #B38397
RGB
CMYK
RGB Variations
Color information
#B38397 (or 0xB38397) is known color: Bouquet. HEX triplet: B3, 83 and 97. RGB value is (179,131,151). Sum of RGB (Red+Green+Blue) = 179+131+151=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B38397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38397 is #4C7C68. Grayscale: #939393. Windows color (decimal): -5012585 or 9929651. OLE color: 9929651.
HSL color Cylindrical-coordinate representation of color #B38397: hue angle of 335º 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 #B38397 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 131 | 151 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.30 |
| HSL | 335º | 0.24% | 0.61% | - |
| HSV(B) | 335º | 0.27% | 0.7% | - |
| XYZ | 32.29 | 28.05 | 32.99 | - |
| YUV | 147.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 151 | 0 | 0.27 | 0.16 | 0.30 | 335 | 0.24 | 0.61 |
| Hex | B3 | 83 | 97 | 0 | 1B | 10 | 1E | 14F | 18 | 3D |
| Octal | 263 | 203 | 227 | 0 | 33 | 20 | 36 | 517 | 30 | 75 |
| Binary | 10110011 | 10000011 | 10010111 | 0 | 11011 | 10000 | 11110 | 101001111 | 11000 | 111101 |
Color Harmonies of #B38397
Complementary color
Monochromatic Colors of #B38397
Black with #B38397
Text Example
Text Example
White with #B38397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38397; }
p { color: rgb(179,131,151); }
H1.HeaderClassName
{
color: #B38397;
}
.AnyTagClassName
{
color: #B38397;
}
</style>
background-color css
<style>
a { background-color: #B38397; }
a { background-color: rgb(179,131,151); }
div.DivClassName
{
background-color: #B38397;
}
.BgClassName
{
background-color: #B38397;
}
</style>
border-color css
<style>
span { border-color: #B38397; }
span { border-color: rgb(179,131,151); }
td.TdClassName
{
border-color: #B38397;
}
.TagClassName
{
border-color: #B38397;
}
</style>