Shades of Bouquet #B4819A
Tints of Bouquet #B4819A
RGB
CMYK
RGB Variations
Color information
#B4819A (or 0xB4819A) is known color: Bouquet. HEX triplet: B4, 81 and 9A. RGB value is (180,129,154). Sum of RGB (Red+Green+Blue) = 180+129+154=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4819A is #4B7E65. Grayscale: #939393. Windows color (decimal): -4947558 or 10125748. OLE color: 10125748.
HSL color Cylindrical-coordinate representation of color #B4819A: hue angle of 330.59º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4819A is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 154 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.29 |
| HSL | 330.59º | 0.25% | 0.61% | - |
| HSV(B) | 330.59º | 0.28% | 0.71% | - |
| XYZ | 32.51 | 27.74 | 34.21 | - |
| YUV | 147.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 154 | 0 | 0.28 | 0.14 | 0.29 | 330.59 | 0.25 | 0.61 |
| Hex | B4 | 81 | 9A | 0 | 1C | E | 1D | 14B | 19 | 3D |
| Octal | 264 | 201 | 232 | 0 | 34 | 16 | 35 | 513 | 31 | 75 |
| Binary | 10110100 | 10000001 | 10011010 | 0 | 11100 | 1110 | 11101 | 101001011 | 11001 | 111101 |
Color Harmonies of #B4819A
Complementary color
Monochromatic Colors of #B4819A
Black with #B4819A
Text Example
Text Example
White with #B4819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4819A; }
p { color: rgb(180,129,154); }
H1.HeaderClassName
{
color: #B4819A;
}
.AnyTagClassName
{
color: #B4819A;
}
</style>
background-color css
<style>
a { background-color: #B4819A; }
a { background-color: rgb(180,129,154); }
div.DivClassName
{
background-color: #B4819A;
}
.BgClassName
{
background-color: #B4819A;
}
</style>
border-color css
<style>
span { border-color: #B4819A; }
span { border-color: rgb(180,129,154); }
td.TdClassName
{
border-color: #B4819A;
}
.TagClassName
{
border-color: #B4819A;
}
</style>