Shades of Oriental Pink #BF928A
Tints of Oriental Pink #BF928A
RGB
CMYK
RGB Variations
Color information
#BF928A (or 0xBF928A) is known color: Oriental Pink. HEX triplet: BF, 92 and 8A. RGB value is (191,146,138). Sum of RGB (Red+Green+Blue) = 191+146+138=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF928A is #406D75. Grayscale: #9E9E9E. Windows color (decimal): -4222326 or 9081535. OLE color: 9081535.
HSL color Cylindrical-coordinate representation of color #BF928A: hue angle of 9.06º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF928A is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 138 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.25 |
| HSL | 9.06º | 0.29% | 0.65% | - |
| HSV(B) | 9.06º | 0.28% | 0.75% | - |
| XYZ | 36.35 | 33.47 | 28.59 | - |
| YUV | 158.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 138 | 0 | 0.24 | 0.28 | 0.25 | 9.06 | 0.29 | 0.65 |
| Hex | BF | 92 | 8A | 0 | 18 | 1C | 19 | 9 | 1D | 41 |
| Octal | 277 | 222 | 212 | 0 | 30 | 34 | 31 | 11 | 35 | 101 |
| Binary | 10111111 | 10010010 | 10001010 | 0 | 11000 | 11100 | 11001 | 1001 | 11101 | 1000001 |
Color Harmonies of #BF928A
Complementary color
Monochromatic Colors of #BF928A
Black with #BF928A
Text Example
Text Example
White with #BF928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF928A; }
p { color: rgb(191,146,138); }
H1.HeaderClassName
{
color: #BF928A;
}
.AnyTagClassName
{
color: #BF928A;
}
</style>
background-color css
<style>
a { background-color: #BF928A; }
a { background-color: rgb(191,146,138); }
div.DivClassName
{
background-color: #BF928A;
}
.BgClassName
{
background-color: #BF928A;
}
</style>
border-color css
<style>
span { border-color: #BF928A; }
span { border-color: rgb(191,146,138); }
td.TdClassName
{
border-color: #BF928A;
}
.TagClassName
{
border-color: #BF928A;
}
</style>