Shades of Bouquet #B37795
Tints of Bouquet #B37795
RGB
CMYK
RGB Variations
Color information
#B37795 (or 0xB37795) is known color: Bouquet. HEX triplet: B3, 77 and 95. RGB value is (179,119,149). Sum of RGB (Red+Green+Blue) = 179+119+149=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B37795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37795 is #4C886A. Grayscale: #8C8C8C. Windows color (decimal): -5015659 or 9795507. OLE color: 9795507.
HSL color Cylindrical-coordinate representation of color #B37795: hue angle of 330º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37795 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 149 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.30 |
| HSL | 330º | 0.28% | 0.58% | - |
| HSV(B) | 330º | 0.34% | 0.7% | - |
| XYZ | 30.61 | 24.95 | 31.64 | - |
| YUV | 140.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 149 | 0 | 0.34 | 0.17 | 0.30 | 330 | 0.28 | 0.58 |
| Hex | B3 | 77 | 95 | 0 | 22 | 11 | 1E | 14A | 1C | 3A |
| Octal | 263 | 167 | 225 | 0 | 42 | 21 | 36 | 512 | 34 | 72 |
| Binary | 10110011 | 1110111 | 10010101 | 0 | 100010 | 10001 | 11110 | 101001010 | 11100 | 111010 |
Color Harmonies of #B37795
Complementary color
Monochromatic Colors of #B37795
Black with #B37795
Text Example
Text Example
White with #B37795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37795; }
p { color: rgb(179,119,149); }
H1.HeaderClassName
{
color: #B37795;
}
.AnyTagClassName
{
color: #B37795;
}
</style>
background-color css
<style>
a { background-color: #B37795; }
a { background-color: rgb(179,119,149); }
div.DivClassName
{
background-color: #B37795;
}
.BgClassName
{
background-color: #B37795;
}
</style>
border-color css
<style>
span { border-color: #B37795; }
span { border-color: rgb(179,119,149); }
td.TdClassName
{
border-color: #B37795;
}
.TagClassName
{
border-color: #B37795;
}
</style>