Shades of Bouquet #B974AC
Tints of Bouquet #B974AC
RGB
CMYK
RGB Variations
Color information
#B974AC (or 0xB974AC) is known color: Bouquet. HEX triplet: B9, 74 and AC. RGB value is (185,116,172). Sum of RGB (Red+Green+Blue) = 185+116+172=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B974AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B974AC is #468B53. Grayscale: #8E8E8E. Windows color (decimal): -4623188 or 11302073. OLE color: 11302073.
HSL color Cylindrical-coordinate representation of color #B974AC: hue angle of 311.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B974AC is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 172 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.27 |
| HSL | 311.3º | 0.33% | 0.59% | - |
| HSV(B) | 311.3º | 0.37% | 0.73% | - |
| XYZ | 33.7 | 25.78 | 42.23 | - |
| YUV | 143.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 172 | 0 | 0.37 | 0.07 | 0.27 | 311.3 | 0.33 | 0.59 |
| Hex | B9 | 74 | AC | 0 | 25 | 7 | 1B | 137 | 21 | 3B |
| Octal | 271 | 164 | 254 | 0 | 45 | 7 | 33 | 467 | 41 | 73 |
| Binary | 10111001 | 1110100 | 10101100 | 0 | 100101 | 111 | 11011 | 100110111 | 100001 | 111011 |
Color Harmonies of #B974AC
Complementary color
Monochromatic Colors of #B974AC
Black with #B974AC
Text Example
Text Example
White with #B974AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B974AC; }
p { color: rgb(185,116,172); }
H1.HeaderClassName
{
color: #B974AC;
}
.AnyTagClassName
{
color: #B974AC;
}
</style>
background-color css
<style>
a { background-color: #B974AC; }
a { background-color: rgb(185,116,172); }
div.DivClassName
{
background-color: #B974AC;
}
.BgClassName
{
background-color: #B974AC;
}
</style>
border-color css
<style>
span { border-color: #B974AC; }
span { border-color: rgb(185,116,172); }
td.TdClassName
{
border-color: #B974AC;
}
.TagClassName
{
border-color: #B974AC;
}
</style>