Shades of Bouquet #B36397
Tints of Bouquet #B36397
RGB
CMYK
RGB Variations
Color information
#B36397 (or 0xB36397) is known color: Bouquet. HEX triplet: B3, 63 and 97. RGB value is (179,99,151). Sum of RGB (Red+Green+Blue) = 179+99+151=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B36397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36397 is #4C9C68. Grayscale: #808080. Windows color (decimal): -5020777 or 9921459. OLE color: 9921459.
HSL color Cylindrical-coordinate representation of color #B36397: hue angle of 321º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36397 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 151 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.30 |
| HSL | 321º | 0.34% | 0.55% | - |
| HSV(B) | 321º | 0.45% | 0.7% | - |
| XYZ | 28.64 | 20.74 | 31.77 | - |
| YUV | 128.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 151 | 0 | 0.45 | 0.16 | 0.30 | 321 | 0.34 | 0.55 |
| Hex | B3 | 63 | 97 | 0 | 2D | 10 | 1E | 141 | 22 | 37 |
| Octal | 263 | 143 | 227 | 0 | 55 | 20 | 36 | 501 | 42 | 67 |
| Binary | 10110011 | 1100011 | 10010111 | 0 | 101101 | 10000 | 11110 | 101000001 | 100010 | 110111 |
Color Harmonies of #B36397
Complementary color
Monochromatic Colors of #B36397
Black with #B36397
Text Example
Text Example
White with #B36397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36397; }
p { color: rgb(179,99,151); }
H1.HeaderClassName
{
color: #B36397;
}
.AnyTagClassName
{
color: #B36397;
}
</style>
background-color css
<style>
a { background-color: #B36397; }
a { background-color: rgb(179,99,151); }
div.DivClassName
{
background-color: #B36397;
}
.BgClassName
{
background-color: #B36397;
}
</style>
border-color css
<style>
span { border-color: #B36397; }
span { border-color: rgb(179,99,151); }
td.TdClassName
{
border-color: #B36397;
}
.TagClassName
{
border-color: #B36397;
}
</style>