Shades of Bouquet #B485A3
Tints of Bouquet #B485A3
RGB
CMYK
RGB Variations
Color information
#B485A3 (or 0xB485A3) is known color: Bouquet. HEX triplet: B4, 85 and A3. RGB value is (180,133,163). Sum of RGB (Red+Green+Blue) = 180+133+163=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B485A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B485A3 is #4B7A5C. Grayscale: #969696. Windows color (decimal): -4946525 or 10716596. OLE color: 10716596.
HSL color Cylindrical-coordinate representation of color #B485A3: hue angle of 321.7º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B485A3 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 163 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.29 |
| HSL | 321.7º | 0.24% | 0.61% | - |
| HSV(B) | 321.7º | 0.26% | 0.71% | - |
| XYZ | 33.82 | 29.12 | 38.49 | - |
| YUV | 150.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 163 | 0 | 0.26 | 0.09 | 0.29 | 321.7 | 0.24 | 0.61 |
| Hex | B4 | 85 | A3 | 0 | 1A | 9 | 1D | 142 | 18 | 3D |
| Octal | 264 | 205 | 243 | 0 | 32 | 11 | 35 | 502 | 30 | 75 |
| Binary | 10110100 | 10000101 | 10100011 | 0 | 11010 | 1001 | 11101 | 101000010 | 11000 | 111101 |
Color Harmonies of #B485A3
Complementary color
Monochromatic Colors of #B485A3
Black with #B485A3
Text Example
Text Example
White with #B485A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B485A3; }
p { color: rgb(180,133,163); }
H1.HeaderClassName
{
color: #B485A3;
}
.AnyTagClassName
{
color: #B485A3;
}
</style>
background-color css
<style>
a { background-color: #B485A3; }
a { background-color: rgb(180,133,163); }
div.DivClassName
{
background-color: #B485A3;
}
.BgClassName
{
background-color: #B485A3;
}
</style>
border-color css
<style>
span { border-color: #B485A3; }
span { border-color: rgb(180,133,163); }
td.TdClassName
{
border-color: #B485A3;
}
.TagClassName
{
border-color: #B485A3;
}
</style>