Shades of Bouquet #B5819A
Tints of Bouquet #B5819A
RGB
CMYK
RGB Variations
Color information
#B5819A (or 0xB5819A) is known color: Bouquet. HEX triplet: B5, 81 and 9A. RGB value is (181,129,154). Sum of RGB (Red+Green+Blue) = 181+129+154=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5819A is #4A7E65. Grayscale: #939393. Windows color (decimal): -4882022 or 10125749. OLE color: 10125749.
HSL color Cylindrical-coordinate representation of color #B5819A: hue angle of 331.15º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5819A is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 154 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.29 |
| HSL | 331.15º | 0.26% | 0.61% | - |
| HSV(B) | 331.15º | 0.29% | 0.71% | - |
| XYZ | 32.74 | 27.86 | 34.22 | - |
| YUV | 147.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 154 | 0 | 0.29 | 0.15 | 0.29 | 331.15 | 0.26 | 0.61 |
| Hex | B5 | 81 | 9A | 0 | 1D | F | 1D | 14B | 1A | 3D |
| Octal | 265 | 201 | 232 | 0 | 35 | 17 | 35 | 513 | 32 | 75 |
| Binary | 10110101 | 10000001 | 10011010 | 0 | 11101 | 1111 | 11101 | 101001011 | 11010 | 111101 |
Color Harmonies of #B5819A
Complementary color
Monochromatic Colors of #B5819A
Black with #B5819A
Text Example
Text Example
White with #B5819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5819A; }
p { color: rgb(181,129,154); }
H1.HeaderClassName
{
color: #B5819A;
}
.AnyTagClassName
{
color: #B5819A;
}
</style>
background-color css
<style>
a { background-color: #B5819A; }
a { background-color: rgb(181,129,154); }
div.DivClassName
{
background-color: #B5819A;
}
.BgClassName
{
background-color: #B5819A;
}
</style>
border-color css
<style>
span { border-color: #B5819A; }
span { border-color: rgb(181,129,154); }
td.TdClassName
{
border-color: #B5819A;
}
.TagClassName
{
border-color: #B5819A;
}
</style>