Shades of Oriental Pink #BF8481
Tints of Oriental Pink #BF8481
RGB
CMYK
RGB Variations
Color information
#BF8481 (or 0xBF8481) is known color: Oriental Pink. HEX triplet: BF, 84 and 81. RGB value is (191,132,129). Sum of RGB (Red+Green+Blue) = 191+132+129=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8481 is #407B7E. Grayscale: #959595. Windows color (decimal): -4225919 or 8488127. OLE color: 8488127.
HSL color Cylindrical-coordinate representation of color #BF8481: hue angle of 2.9º 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 #BF8481 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 129 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.25 |
| HSL | 2.9º | 0.33% | 0.63% | - |
| HSV(B) | 2.9º | 0.32% | 0.75% | - |
| XYZ | 33.7 | 29.16 | 24.62 | - |
| YUV | 149.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 129 | 0 | 0.31 | 0.32 | 0.25 | 2.9 | 0.33 | 0.63 |
| Hex | BF | 84 | 81 | 0 | 1F | 20 | 19 | 3 | 21 | 3F |
| Octal | 277 | 204 | 201 | 0 | 37 | 40 | 31 | 3 | 41 | 77 |
| Binary | 10111111 | 10000100 | 10000001 | 0 | 11111 | 100000 | 11001 | 11 | 100001 | 111111 |
Color Harmonies of #BF8481
Complementary color
Monochromatic Colors of #BF8481
Black with #BF8481
Text Example
Text Example
White with #BF8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8481; }
p { color: rgb(191,132,129); }
H1.HeaderClassName
{
color: #BF8481;
}
.AnyTagClassName
{
color: #BF8481;
}
</style>
background-color css
<style>
a { background-color: #BF8481; }
a { background-color: rgb(191,132,129); }
div.DivClassName
{
background-color: #BF8481;
}
.BgClassName
{
background-color: #BF8481;
}
</style>
border-color css
<style>
span { border-color: #BF8481; }
span { border-color: rgb(191,132,129); }
td.TdClassName
{
border-color: #BF8481;
}
.TagClassName
{
border-color: #BF8481;
}
</style>