Shades of Bouquet #B083A4
Tints of Bouquet #B083A4
RGB
CMYK
RGB Variations
Color information
#B083A4 (or 0xB083A4) is known color: Bouquet. HEX triplet: B0, 83 and A4. RGB value is (176,131,164). Sum of RGB (Red+Green+Blue) = 176+131+164=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B083A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B083A4 is #4F7C5B. Grayscale: #949494. Windows color (decimal): -5209180 or 10781616. OLE color: 10781616.
HSL color Cylindrical-coordinate representation of color #B083A4: hue angle of 316º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B083A4 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 164 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.31 |
| HSL | 316º | 0.22% | 0.6% | - |
| HSV(B) | 316º | 0.26% | 0.69% | - |
| XYZ | 32.72 | 28.14 | 38.83 | - |
| YUV | 148.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 164 | 0 | 0.26 | 0.07 | 0.31 | 316 | 0.22 | 0.6 |
| Hex | B0 | 83 | A4 | 0 | 1A | 7 | 1F | 13C | 16 | 3C |
| Octal | 260 | 203 | 244 | 0 | 32 | 7 | 37 | 474 | 26 | 74 |
| Binary | 10110000 | 10000011 | 10100100 | 0 | 11010 | 111 | 11111 | 100111100 | 10110 | 111100 |
Color Harmonies of #B083A4
Complementary color
Monochromatic Colors of #B083A4
Black with #B083A4
Text Example
Text Example
White with #B083A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B083A4; }
p { color: rgb(176,131,164); }
H1.HeaderClassName
{
color: #B083A4;
}
.AnyTagClassName
{
color: #B083A4;
}
</style>
background-color css
<style>
a { background-color: #B083A4; }
a { background-color: rgb(176,131,164); }
div.DivClassName
{
background-color: #B083A4;
}
.BgClassName
{
background-color: #B083A4;
}
</style>
border-color css
<style>
span { border-color: #B083A4; }
span { border-color: rgb(176,131,164); }
td.TdClassName
{
border-color: #B083A4;
}
.TagClassName
{
border-color: #B083A4;
}
</style>