Shades of Oriental Pink #BF938D
Tints of Oriental Pink #BF938D
RGB
CMYK
RGB Variations
Color information
#BF938D (or 0xBF938D) is known color: Oriental Pink. HEX triplet: BF, 93 and 8D. RGB value is (191,147,141). Sum of RGB (Red+Green+Blue) = 191+147+141=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF938D is #406C72. Grayscale: #9F9F9F. Windows color (decimal): -4222067 or 9278399. OLE color: 9278399.
HSL color Cylindrical-coordinate representation of color #BF938D: hue angle of 7.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF938D is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 141 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.25 |
| HSL | 7.2º | 0.28% | 0.65% | - |
| HSV(B) | 7.2º | 0.26% | 0.75% | - |
| XYZ | 36.73 | 33.87 | 29.8 | - |
| YUV | 159.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 141 | 0 | 0.23 | 0.26 | 0.25 | 7.2 | 0.28 | 0.65 |
| Hex | BF | 93 | 8D | 0 | 17 | 1A | 19 | 7 | 1C | 41 |
| Octal | 277 | 223 | 215 | 0 | 27 | 32 | 31 | 7 | 34 | 101 |
| Binary | 10111111 | 10010011 | 10001101 | 0 | 10111 | 11010 | 11001 | 111 | 11100 | 1000001 |
Color Harmonies of #BF938D
Complementary color
Monochromatic Colors of #BF938D
Black with #BF938D
Text Example
Text Example
White with #BF938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF938D; }
p { color: rgb(191,147,141); }
H1.HeaderClassName
{
color: #BF938D;
}
.AnyTagClassName
{
color: #BF938D;
}
</style>
background-color css
<style>
a { background-color: #BF938D; }
a { background-color: rgb(191,147,141); }
div.DivClassName
{
background-color: #BF938D;
}
.BgClassName
{
background-color: #BF938D;
}
</style>
border-color css
<style>
span { border-color: #BF938D; }
span { border-color: rgb(191,147,141); }
td.TdClassName
{
border-color: #BF938D;
}
.TagClassName
{
border-color: #BF938D;
}
</style>