Shades of Pink Swan #B9B1B0
Tints of Pink Swan #B9B1B0
RGB
CMYK
RGB Variations
Color information
#B9B1B0 (or 0xB9B1B0) is known color: Pink Swan. HEX triplet: B9, B1 and B0. RGB value is (185,177,176). Sum of RGB (Red+Green+Blue) = 185+177+176=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B1B0 is #464E4F. Grayscale: #B3B3B3. Windows color (decimal): -4607568 or 11579833. OLE color: 11579833.
HSL color Cylindrical-coordinate representation of color #B9B1B0: hue angle of 6.67º degrees, saturation: 0.06, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9B1B0 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 176 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.27 |
| HSL | 6.67º | 0.06% | 0.71% | - |
| HSV(B) | 6.67º | 0.05% | 0.73% | - |
| XYZ | 43.57 | 44.89 | 47.44 | - |
| YUV | 179.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 176 | 0 | 0.04 | 0.05 | 0.27 | 6.67 | 0.06 | 0.71 |
| Hex | B9 | B1 | B0 | 0 | 4 | 5 | 1B | 7 | 6 | 47 |
| Octal | 271 | 261 | 260 | 0 | 4 | 5 | 33 | 7 | 6 | 107 |
| Binary | 10111001 | 10110001 | 10110000 | 0 | 100 | 101 | 11011 | 111 | 110 | 1000111 |
Color Harmonies of #B9B1B0
Complementary color
Monochromatic Colors of #B9B1B0
Black with #B9B1B0
Text Example
Text Example
White with #B9B1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B1B0; }
p { color: rgb(185,177,176); }
H1.HeaderClassName
{
color: #B9B1B0;
}
.AnyTagClassName
{
color: #B9B1B0;
}
</style>
background-color css
<style>
a { background-color: #B9B1B0; }
a { background-color: rgb(185,177,176); }
div.DivClassName
{
background-color: #B9B1B0;
}
.BgClassName
{
background-color: #B9B1B0;
}
</style>
border-color css
<style>
span { border-color: #B9B1B0; }
span { border-color: rgb(185,177,176); }
td.TdClassName
{
border-color: #B9B1B0;
}
.TagClassName
{
border-color: #B9B1B0;
}
</style>