Shades of Oriental Pink #BF8C80
Tints of Oriental Pink #BF8C80
RGB
CMYK
RGB Variations
Color information
#BF8C80 (or 0xBF8C80) is known color: Oriental Pink. HEX triplet: BF, 8C and 80. RGB value is (191,140,128). Sum of RGB (Red+Green+Blue) = 191+140+128=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C80 is #40737F. Grayscale: #999999. Windows color (decimal): -4223872 or 8424639. OLE color: 8424639.
HSL color Cylindrical-coordinate representation of color #BF8C80: hue angle of 11.43º 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 #BF8C80 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 128 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.25 |
| HSL | 11.43º | 0.33% | 0.63% | - |
| HSV(B) | 11.43º | 0.33% | 0.75% | - |
| XYZ | 34.76 | 31.39 | 24.65 | - |
| YUV | 153.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 128 | 0 | 0.27 | 0.33 | 0.25 | 11.43 | 0.33 | 0.63 |
| Hex | BF | 8C | 80 | 0 | 1B | 21 | 19 | B | 21 | 3F |
| Octal | 277 | 214 | 200 | 0 | 33 | 41 | 31 | 13 | 41 | 77 |
| Binary | 10111111 | 10001100 | 10000000 | 0 | 11011 | 100001 | 11001 | 1011 | 100001 | 111111 |
Color Harmonies of #BF8C80
Complementary color
Monochromatic Colors of #BF8C80
Black with #BF8C80
Text Example
Text Example
White with #BF8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C80; }
p { color: rgb(191,140,128); }
H1.HeaderClassName
{
color: #BF8C80;
}
.AnyTagClassName
{
color: #BF8C80;
}
</style>
background-color css
<style>
a { background-color: #BF8C80; }
a { background-color: rgb(191,140,128); }
div.DivClassName
{
background-color: #BF8C80;
}
.BgClassName
{
background-color: #BF8C80;
}
</style>
border-color css
<style>
span { border-color: #BF8C80; }
span { border-color: rgb(191,140,128); }
td.TdClassName
{
border-color: #BF8C80;
}
.TagClassName
{
border-color: #BF8C80;
}
</style>