Shades of Oriental Pink #BF8181
Tints of Oriental Pink #BF8181
RGB
CMYK
RGB Variations
Color information
#BF8181 (or 0xBF8181) is known color: Oriental Pink. HEX triplet: BF, 81 and 81. RGB value is (191,129,129). Sum of RGB (Red+Green+Blue) = 191+129+129=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8181 is #407E7E. Grayscale: #939393. Windows color (decimal): -4226687 or 8487359. OLE color: 8487359.
HSL color Cylindrical-coordinate representation of color #BF8181: hue angle of 0º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8181 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 129 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.25 |
| HSL | 0º | 0.33% | 0.63% | - |
| HSV(B) | 0º | 0.32% | 0.75% | - |
| XYZ | 33.3 | 28.36 | 24.49 | - |
| YUV | 147.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 129 | 0 | 0.32 | 0.32 | 0.25 | 0 | 0.33 | 0.63 |
| Hex | BF | 81 | 81 | 0 | 20 | 20 | 19 | 0 | 21 | 3F |
| Octal | 277 | 201 | 201 | 0 | 40 | 40 | 31 | 0 | 41 | 77 |
| Binary | 10111111 | 10000001 | 10000001 | 0 | 100000 | 100000 | 11001 | 0 | 100001 | 111111 |
Color Harmonies of #BF8181
Complementary color
Monochromatic Colors of #BF8181
Black with #BF8181
Text Example
Text Example
White with #BF8181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8181; }
p { color: rgb(191,129,129); }
H1.HeaderClassName
{
color: #BF8181;
}
.AnyTagClassName
{
color: #BF8181;
}
</style>
background-color css
<style>
a { background-color: #BF8181; }
a { background-color: rgb(191,129,129); }
div.DivClassName
{
background-color: #BF8181;
}
.BgClassName
{
background-color: #BF8181;
}
</style>
border-color css
<style>
span { border-color: #BF8181; }
span { border-color: rgb(191,129,129); }
td.TdClassName
{
border-color: #BF8181;
}
.TagClassName
{
border-color: #BF8181;
}
</style>