Shades of Oriental Pink #BF8A82
Tints of Oriental Pink #BF8A82
RGB
CMYK
RGB Variations
Color information
#BF8A82 (or 0xBF8A82) is known color: Oriental Pink. HEX triplet: BF, 8A and 82. RGB value is (191,138,130). Sum of RGB (Red+Green+Blue) = 191+138+130=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8A82 is #40757D. Grayscale: #999999. Windows color (decimal): -4224382 or 8555199. OLE color: 8555199.
HSL color Cylindrical-coordinate representation of color #BF8A82: hue angle of 7.87º degrees, saturation: 0.32, 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 #BF8A82 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 130 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.25 |
| HSL | 7.87º | 0.32% | 0.63% | - |
| HSV(B) | 7.87º | 0.32% | 0.75% | - |
| XYZ | 34.6 | 30.87 | 25.25 | - |
| YUV | 152.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 130 | 0 | 0.28 | 0.32 | 0.25 | 7.87 | 0.32 | 0.63 |
| Hex | BF | 8A | 82 | 0 | 1C | 20 | 19 | 8 | 20 | 3F |
| Octal | 277 | 212 | 202 | 0 | 34 | 40 | 31 | 10 | 40 | 77 |
| Binary | 10111111 | 10001010 | 10000010 | 0 | 11100 | 100000 | 11001 | 1000 | 100000 | 111111 |
Color Harmonies of #BF8A82
Complementary color
Monochromatic Colors of #BF8A82
Black with #BF8A82
Text Example
Text Example
White with #BF8A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8A82; }
p { color: rgb(191,138,130); }
H1.HeaderClassName
{
color: #BF8A82;
}
.AnyTagClassName
{
color: #BF8A82;
}
</style>
background-color css
<style>
a { background-color: #BF8A82; }
a { background-color: rgb(191,138,130); }
div.DivClassName
{
background-color: #BF8A82;
}
.BgClassName
{
background-color: #BF8A82;
}
</style>
border-color css
<style>
span { border-color: #BF8A82; }
span { border-color: rgb(191,138,130); }
td.TdClassName
{
border-color: #BF8A82;
}
.TagClassName
{
border-color: #BF8A82;
}
</style>