Shades of Careys Pink #B89293
Tints of Careys Pink #B89293
RGB
CMYK
RGB Variations
Color information
#B89293 (or 0xB89293) is known color: Careys Pink. HEX triplet: B8, 92 and 93. RGB value is (184,146,147). Sum of RGB (Red+Green+Blue) = 184+146+147=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B89293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89293 is #476D6C. Grayscale: #9D9D9D. Windows color (decimal): -4681069 or 9671352. OLE color: 9671352.
HSL color Cylindrical-coordinate representation of color #B89293: hue angle of 358.42º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B89293 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 147 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.28 |
| HSL | 358.42º | 0.21% | 0.65% | - |
| HSV(B) | 358.42º | 0.21% | 0.72% | - |
| XYZ | 35.31 | 32.85 | 32.08 | - |
| YUV | 157.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 147 | 0 | 0.21 | 0.20 | 0.28 | 358.42 | 0.21 | 0.65 |
| Hex | B8 | 92 | 93 | 0 | 15 | 14 | 1C | 166 | 15 | 41 |
| Octal | 270 | 222 | 223 | 0 | 25 | 24 | 34 | 546 | 25 | 101 |
| Binary | 10111000 | 10010010 | 10010011 | 0 | 10101 | 10100 | 11100 | 101100110 | 10101 | 1000001 |
Color Harmonies of #B89293
Complementary color
Monochromatic Colors of #B89293
Black with #B89293
Text Example
Text Example
White with #B89293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89293; }
p { color: rgb(184,146,147); }
H1.HeaderClassName
{
color: #B89293;
}
.AnyTagClassName
{
color: #B89293;
}
</style>
background-color css
<style>
a { background-color: #B89293; }
a { background-color: rgb(184,146,147); }
div.DivClassName
{
background-color: #B89293;
}
.BgClassName
{
background-color: #B89293;
}
</style>
border-color css
<style>
span { border-color: #B89293; }
span { border-color: rgb(184,146,147); }
td.TdClassName
{
border-color: #B89293;
}
.TagClassName
{
border-color: #B89293;
}
</style>