Shades of Careys Pink #B09FA0
Tints of Careys Pink #B09FA0
RGB
CMYK
RGB Variations
Color information
#B09FA0 (or 0xB09FA0) is known color: Careys Pink. HEX triplet: B0, 9F and A0. RGB value is (176,159,160). Sum of RGB (Red+Green+Blue) = 176+159+160=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FA0 is #4F605F. Grayscale: #A4A4A4. Windows color (decimal): -5202016 or 10526640. OLE color: 10526640.
HSL color Cylindrical-coordinate representation of color #B09FA0: hue angle of 356.47º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B09FA0 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 160 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.31 |
| HSL | 356.47º | 0.1% | 0.66% | - |
| HSV(B) | 356.47º | 0.1% | 0.69% | - |
| XYZ | 36.65 | 36.56 | 38.38 | - |
| YUV | 164.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 160 | 0 | 0.10 | 0.09 | 0.31 | 356.47 | 0.1 | 0.66 |
| Hex | B0 | 9F | A0 | 0 | A | 9 | 1F | 164 | A | 42 |
| Octal | 260 | 237 | 240 | 0 | 12 | 11 | 37 | 544 | 12 | 102 |
| Binary | 10110000 | 10011111 | 10100000 | 0 | 1010 | 1001 | 11111 | 101100100 | 1010 | 1000010 |
Color Harmonies of #B09FA0
Complementary color
Monochromatic Colors of #B09FA0
Black with #B09FA0
Text Example
Text Example
White with #B09FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FA0; }
p { color: rgb(176,159,160); }
H1.HeaderClassName
{
color: #B09FA0;
}
.AnyTagClassName
{
color: #B09FA0;
}
</style>
background-color css
<style>
a { background-color: #B09FA0; }
a { background-color: rgb(176,159,160); }
div.DivClassName
{
background-color: #B09FA0;
}
.BgClassName
{
background-color: #B09FA0;
}
</style>
border-color css
<style>
span { border-color: #B09FA0; }
span { border-color: rgb(176,159,160); }
td.TdClassName
{
border-color: #B09FA0;
}
.TagClassName
{
border-color: #B09FA0;
}
</style>