Shades of Oriental Pink #BF8781
Tints of Oriental Pink #BF8781
RGB
CMYK
RGB Variations
Color information
#BF8781 (or 0xBF8781) is known color: Oriental Pink. HEX triplet: BF, 87 and 81. RGB value is (191,135,129). Sum of RGB (Red+Green+Blue) = 191+135+129=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8781 is #40787E. Grayscale: #979797. Windows color (decimal): -4225151 or 8488895. OLE color: 8488895.
HSL color Cylindrical-coordinate representation of color #BF8781: hue angle of 5.81º 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 #BF8781 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 129 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.25 |
| HSL | 5.81º | 0.33% | 0.63% | - |
| HSV(B) | 5.81º | 0.32% | 0.75% | - |
| XYZ | 34.11 | 29.99 | 24.76 | - |
| YUV | 151.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 129 | 0 | 0.29 | 0.32 | 0.25 | 5.81 | 0.33 | 0.63 |
| Hex | BF | 87 | 81 | 0 | 1D | 20 | 19 | 6 | 21 | 3F |
| Octal | 277 | 207 | 201 | 0 | 35 | 40 | 31 | 6 | 41 | 77 |
| Binary | 10111111 | 10000111 | 10000001 | 0 | 11101 | 100000 | 11001 | 110 | 100001 | 111111 |
Color Harmonies of #BF8781
Complementary color
Monochromatic Colors of #BF8781
Black with #BF8781
Text Example
Text Example
White with #BF8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8781; }
p { color: rgb(191,135,129); }
H1.HeaderClassName
{
color: #BF8781;
}
.AnyTagClassName
{
color: #BF8781;
}
</style>
background-color css
<style>
a { background-color: #BF8781; }
a { background-color: rgb(191,135,129); }
div.DivClassName
{
background-color: #BF8781;
}
.BgClassName
{
background-color: #BF8781;
}
</style>
border-color css
<style>
span { border-color: #BF8781; }
span { border-color: rgb(191,135,129); }
td.TdClassName
{
border-color: #BF8781;
}
.TagClassName
{
border-color: #BF8781;
}
</style>