Shades of Bouquet #B983A4
Tints of Bouquet #B983A4
RGB
CMYK
RGB Variations
Color information
#B983A4 (or 0xB983A4) is known color: Bouquet. HEX triplet: B9, 83 and A4. RGB value is (185,131,164). Sum of RGB (Red+Green+Blue) = 185+131+164=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B983A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983A4 is #467C5B. Grayscale: #969696. Windows color (decimal): -4619356 or 10781625. OLE color: 10781625.
HSL color Cylindrical-coordinate representation of color #B983A4: hue angle of 323.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B983A4 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 164 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.27 |
| HSL | 323.33º | 0.28% | 0.62% | - |
| HSV(B) | 323.33º | 0.29% | 0.73% | - |
| XYZ | 34.82 | 29.23 | 38.93 | - |
| YUV | 150.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 164 | 0 | 0.29 | 0.11 | 0.27 | 323.33 | 0.28 | 0.62 |
| Hex | B9 | 83 | A4 | 0 | 1D | B | 1B | 143 | 1C | 3E |
| Octal | 271 | 203 | 244 | 0 | 35 | 13 | 33 | 503 | 34 | 76 |
| Binary | 10111001 | 10000011 | 10100100 | 0 | 11101 | 1011 | 11011 | 101000011 | 11100 | 111110 |
Color Harmonies of #B983A4
Complementary color
Monochromatic Colors of #B983A4
Black with #B983A4
Text Example
Text Example
White with #B983A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B983A4; }
p { color: rgb(185,131,164); }
H1.HeaderClassName
{
color: #B983A4;
}
.AnyTagClassName
{
color: #B983A4;
}
</style>
background-color css
<style>
a { background-color: #B983A4; }
a { background-color: rgb(185,131,164); }
div.DivClassName
{
background-color: #B983A4;
}
.BgClassName
{
background-color: #B983A4;
}
</style>
border-color css
<style>
span { border-color: #B983A4; }
span { border-color: rgb(185,131,164); }
td.TdClassName
{
border-color: #B983A4;
}
.TagClassName
{
border-color: #B983A4;
}
</style>