Shades of Oriental Pink #BF948F
Tints of Oriental Pink #BF948F
RGB
CMYK
RGB Variations
Color information
#BF948F (or 0xBF948F) is known color: Oriental Pink. HEX triplet: BF, 94 and 8F. RGB value is (191,148,143). Sum of RGB (Red+Green+Blue) = 191+148+143=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF948F is #406B70. Grayscale: #A0A0A0. Windows color (decimal): -4221809 or 9409727. OLE color: 9409727.
HSL color Cylindrical-coordinate representation of color #BF948F: hue angle of 6.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF948F is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 143 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.25 |
| HSL | 6.25º | 0.27% | 0.65% | - |
| HSV(B) | 6.25º | 0.25% | 0.75% | - |
| XYZ | 37.03 | 34.24 | 30.64 | - |
| YUV | 160.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 143 | 0 | 0.23 | 0.25 | 0.25 | 6.25 | 0.27 | 0.65 |
| Hex | BF | 94 | 8F | 0 | 17 | 19 | 19 | 6 | 1B | 41 |
| Octal | 277 | 224 | 217 | 0 | 27 | 31 | 31 | 6 | 33 | 101 |
| Binary | 10111111 | 10010100 | 10001111 | 0 | 10111 | 11001 | 11001 | 110 | 11011 | 1000001 |
Color Harmonies of #BF948F
Complementary color
Monochromatic Colors of #BF948F
Black with #BF948F
Text Example
Text Example
White with #BF948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF948F; }
p { color: rgb(191,148,143); }
H1.HeaderClassName
{
color: #BF948F;
}
.AnyTagClassName
{
color: #BF948F;
}
</style>
background-color css
<style>
a { background-color: #BF948F; }
a { background-color: rgb(191,148,143); }
div.DivClassName
{
background-color: #BF948F;
}
.BgClassName
{
background-color: #BF948F;
}
</style>
border-color css
<style>
span { border-color: #BF948F; }
span { border-color: rgb(191,148,143); }
td.TdClassName
{
border-color: #BF948F;
}
.TagClassName
{
border-color: #BF948F;
}
</style>