Shades of Careys Pink #B09394
Tints of Careys Pink #B09394
RGB
CMYK
RGB Variations
Color information
#B09394 (or 0xB09394) is known color: Careys Pink. HEX triplet: B0, 93 and 94. RGB value is (176,147,148). Sum of RGB (Red+Green+Blue) = 176+147+148=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B09394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09394 is #4F6C6B. Grayscale: #9B9B9B. Windows color (decimal): -5205100 or 9737136. OLE color: 9737136.
HSL color Cylindrical-coordinate representation of color #B09394: hue angle of 357.93º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09394 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 148 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.31 |
| HSL | 357.93º | 0.16% | 0.63% | - |
| HSV(B) | 357.93º | 0.16% | 0.69% | - |
| XYZ | 33.68 | 32.24 | 32.46 | - |
| YUV | 155.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 148 | 0 | 0.16 | 0.16 | 0.31 | 357.93 | 0.16 | 0.63 |
| Hex | B0 | 93 | 94 | 0 | 10 | 10 | 1F | 166 | 10 | 3F |
| Octal | 260 | 223 | 224 | 0 | 20 | 20 | 37 | 546 | 20 | 77 |
| Binary | 10110000 | 10010011 | 10010100 | 0 | 10000 | 10000 | 11111 | 101100110 | 10000 | 111111 |
Color Harmonies of #B09394
Complementary color
Monochromatic Colors of #B09394
Black with #B09394
Text Example
Text Example
White with #B09394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09394; }
p { color: rgb(176,147,148); }
H1.HeaderClassName
{
color: #B09394;
}
.AnyTagClassName
{
color: #B09394;
}
</style>
background-color css
<style>
a { background-color: #B09394; }
a { background-color: rgb(176,147,148); }
div.DivClassName
{
background-color: #B09394;
}
.BgClassName
{
background-color: #B09394;
}
</style>
border-color css
<style>
span { border-color: #B09394; }
span { border-color: rgb(176,147,148); }
td.TdClassName
{
border-color: #B09394;
}
.TagClassName
{
border-color: #B09394;
}
</style>