Shades of Careys Pink #B98F90
Tints of Careys Pink #B98F90
RGB
CMYK
RGB Variations
Color information
#B98F90 (or 0xB98F90) is known color: Careys Pink. HEX triplet: B9, 8F and 90. RGB value is (185,143,144). Sum of RGB (Red+Green+Blue) = 185+143+144=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98F90 is #46706F. Grayscale: #9B9B9B. Windows color (decimal): -4616304 or 9473977. OLE color: 9473977.
HSL color Cylindrical-coordinate representation of color #B98F90: hue angle of 358.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98F90 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 144 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.27 |
| HSL | 358.57º | 0.23% | 0.64% | - |
| HSV(B) | 358.57º | 0.23% | 0.73% | - |
| XYZ | 34.86 | 31.97 | 30.72 | - |
| YUV | 155.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 144 | 0 | 0.23 | 0.22 | 0.27 | 358.57 | 0.23 | 0.64 |
| Hex | B9 | 8F | 90 | 0 | 17 | 16 | 1B | 167 | 17 | 40 |
| Octal | 271 | 217 | 220 | 0 | 27 | 26 | 33 | 547 | 27 | 100 |
| Binary | 10111001 | 10001111 | 10010000 | 0 | 10111 | 10110 | 11011 | 101100111 | 10111 | 1000000 |
Color Harmonies of #B98F90
Complementary color
Monochromatic Colors of #B98F90
Black with #B98F90
Text Example
Text Example
White with #B98F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98F90; }
p { color: rgb(185,143,144); }
H1.HeaderClassName
{
color: #B98F90;
}
.AnyTagClassName
{
color: #B98F90;
}
</style>
background-color css
<style>
a { background-color: #B98F90; }
a { background-color: rgb(185,143,144); }
div.DivClassName
{
background-color: #B98F90;
}
.BgClassName
{
background-color: #B98F90;
}
</style>
border-color css
<style>
span { border-color: #B98F90; }
span { border-color: rgb(185,143,144); }
td.TdClassName
{
border-color: #B98F90;
}
.TagClassName
{
border-color: #B98F90;
}
</style>