Shades of Careys Pink #B89798
Tints of Careys Pink #B89798
RGB
CMYK
RGB Variations
Color information
#B89798 (or 0xB89798) is known color: Careys Pink. HEX triplet: B8, 97 and 98. RGB value is (184,151,152). Sum of RGB (Red+Green+Blue) = 184+151+152=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B89798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89798 is #476867. Grayscale: #A1A1A1. Windows color (decimal): -4679784 or 10000312. OLE color: 10000312.
HSL color Cylindrical-coordinate representation of color #B89798: hue angle of 358.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B89798 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 152 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.28 |
| HSL | 358.18º | 0.19% | 0.66% | - |
| HSV(B) | 358.18º | 0.18% | 0.72% | - |
| XYZ | 36.5 | 34.59 | 34.46 | - |
| YUV | 160.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 152 | 0 | 0.18 | 0.17 | 0.28 | 358.18 | 0.19 | 0.66 |
| Hex | B8 | 97 | 98 | 0 | 12 | 11 | 1C | 166 | 13 | 42 |
| Octal | 270 | 227 | 230 | 0 | 22 | 21 | 34 | 546 | 23 | 102 |
| Binary | 10111000 | 10010111 | 10011000 | 0 | 10010 | 10001 | 11100 | 101100110 | 10011 | 1000010 |
Color Harmonies of #B89798
Complementary color
Monochromatic Colors of #B89798
Black with #B89798
Text Example
Text Example
White with #B89798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89798; }
p { color: rgb(184,151,152); }
H1.HeaderClassName
{
color: #B89798;
}
.AnyTagClassName
{
color: #B89798;
}
</style>
background-color css
<style>
a { background-color: #B89798; }
a { background-color: rgb(184,151,152); }
div.DivClassName
{
background-color: #B89798;
}
.BgClassName
{
background-color: #B89798;
}
</style>
border-color css
<style>
span { border-color: #B89798; }
span { border-color: rgb(184,151,152); }
td.TdClassName
{
border-color: #B89798;
}
.TagClassName
{
border-color: #B89798;
}
</style>