Shades of Bouquet #B36795
Tints of Bouquet #B36795
RGB
CMYK
RGB Variations
Color information
#B36795 (or 0xB36795) is known color: Bouquet. HEX triplet: B3, 67 and 95. RGB value is (179,103,149). Sum of RGB (Red+Green+Blue) = 179+103+149=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B36795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36795 is #4C986A. Grayscale: #828282. Windows color (decimal): -5019755 or 9791411. OLE color: 9791411.
HSL color Cylindrical-coordinate representation of color #B36795: hue angle of 323.68º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36795 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 149 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.30 |
| HSL | 323.68º | 0.33% | 0.55% | - |
| HSV(B) | 323.68º | 0.42% | 0.7% | - |
| XYZ | 28.87 | 21.45 | 31.05 | - |
| YUV | 130.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 149 | 0 | 0.42 | 0.17 | 0.30 | 323.68 | 0.33 | 0.55 |
| Hex | B3 | 67 | 95 | 0 | 2A | 11 | 1E | 144 | 21 | 37 |
| Octal | 263 | 147 | 225 | 0 | 52 | 21 | 36 | 504 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10010101 | 0 | 101010 | 10001 | 11110 | 101000100 | 100001 | 110111 |
Color Harmonies of #B36795
Complementary color
Monochromatic Colors of #B36795
Black with #B36795
Text Example
Text Example
White with #B36795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36795; }
p { color: rgb(179,103,149); }
H1.HeaderClassName
{
color: #B36795;
}
.AnyTagClassName
{
color: #B36795;
}
</style>
background-color css
<style>
a { background-color: #B36795; }
a { background-color: rgb(179,103,149); }
div.DivClassName
{
background-color: #B36795;
}
.BgClassName
{
background-color: #B36795;
}
</style>
border-color css
<style>
span { border-color: #B36795; }
span { border-color: rgb(179,103,149); }
td.TdClassName
{
border-color: #B36795;
}
.TagClassName
{
border-color: #B36795;
}
</style>