Shades of Oriental Pink #BF8880
Tints of Oriental Pink #BF8880
RGB
CMYK
RGB Variations
Color information
#BF8880 (or 0xBF8880) is known color: Oriental Pink. HEX triplet: BF, 88 and 80. RGB value is (191,136,128). Sum of RGB (Red+Green+Blue) = 191+136+128=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8880 is #40777F. Grayscale: #979797. Windows color (decimal): -4224896 or 8423615. OLE color: 8423615.
HSL color Cylindrical-coordinate representation of color #BF8880: hue angle of 7.62º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF8880 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 128 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.25 |
| HSL | 7.62º | 0.33% | 0.63% | - |
| HSV(B) | 7.62º | 0.33% | 0.75% | - |
| XYZ | 34.19 | 30.24 | 24.46 | - |
| YUV | 151.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 128 | 0 | 0.29 | 0.33 | 0.25 | 7.62 | 0.33 | 0.63 |
| Hex | BF | 88 | 80 | 0 | 1D | 21 | 19 | 8 | 21 | 3F |
| Octal | 277 | 210 | 200 | 0 | 35 | 41 | 31 | 10 | 41 | 77 |
| Binary | 10111111 | 10001000 | 10000000 | 0 | 11101 | 100001 | 11001 | 1000 | 100001 | 111111 |
Color Harmonies of #BF8880
Complementary color
Monochromatic Colors of #BF8880
Black with #BF8880
Text Example
Text Example
White with #BF8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8880; }
p { color: rgb(191,136,128); }
H1.HeaderClassName
{
color: #BF8880;
}
.AnyTagClassName
{
color: #BF8880;
}
</style>
background-color css
<style>
a { background-color: #BF8880; }
a { background-color: rgb(191,136,128); }
div.DivClassName
{
background-color: #BF8880;
}
.BgClassName
{
background-color: #BF8880;
}
</style>
border-color css
<style>
span { border-color: #BF8880; }
span { border-color: rgb(191,136,128); }
td.TdClassName
{
border-color: #BF8880;
}
.TagClassName
{
border-color: #BF8880;
}
</style>