Shades of Oriental Pink #BC948D
Tints of Oriental Pink #BC948D
RGB
CMYK
RGB Variations
Color information
#BC948D (or 0xBC948D) is known color: Oriental Pink. HEX triplet: BC, 94 and 8D. RGB value is (188,148,141). Sum of RGB (Red+Green+Blue) = 188+148+141=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC948D is #436B72. Grayscale: #9F9F9F. Windows color (decimal): -4418419 or 9278652. OLE color: 9278652.
HSL color Cylindrical-coordinate representation of color #BC948D: hue angle of 8.94º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC948D is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 141 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.26 |
| HSL | 8.94º | 0.26% | 0.65% | - |
| HSV(B) | 8.94º | 0.25% | 0.74% | - |
| XYZ | 36.14 | 33.79 | 29.82 | - |
| YUV | 159.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 141 | 0 | 0.21 | 0.25 | 0.26 | 8.94 | 0.26 | 0.65 |
| Hex | BC | 94 | 8D | 0 | 15 | 19 | 1A | 9 | 1A | 41 |
| Octal | 274 | 224 | 215 | 0 | 25 | 31 | 32 | 11 | 32 | 101 |
| Binary | 10111100 | 10010100 | 10001101 | 0 | 10101 | 11001 | 11010 | 1001 | 11010 | 1000001 |
Color Harmonies of #BC948D
Complementary color
Monochromatic Colors of #BC948D
Black with #BC948D
Text Example
Text Example
White with #BC948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC948D; }
p { color: rgb(188,148,141); }
H1.HeaderClassName
{
color: #BC948D;
}
.AnyTagClassName
{
color: #BC948D;
}
</style>
background-color css
<style>
a { background-color: #BC948D; }
a { background-color: rgb(188,148,141); }
div.DivClassName
{
background-color: #BC948D;
}
.BgClassName
{
background-color: #BC948D;
}
</style>
border-color css
<style>
span { border-color: #BC948D; }
span { border-color: rgb(188,148,141); }
td.TdClassName
{
border-color: #BC948D;
}
.TagClassName
{
border-color: #BC948D;
}
</style>