Shades of Oriental Pink #BD948F
Tints of Oriental Pink #BD948F
RGB
CMYK
RGB Variations
Color information
#BD948F (or 0xBD948F) is known color: Oriental Pink. HEX triplet: BD, 94 and 8F. RGB value is (189,148,143). Sum of RGB (Red+Green+Blue) = 189+148+143=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD948F is #426B70. Grayscale: #9F9F9F. Windows color (decimal): -4352881 or 9409725. OLE color: 9409725.
HSL color Cylindrical-coordinate representation of color #BD948F: hue angle of 6.52º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD948F is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 143 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.26 |
| HSL | 6.52º | 0.26% | 0.65% | - |
| HSV(B) | 6.52º | 0.24% | 0.74% | - |
| XYZ | 36.53 | 33.98 | 30.62 | - |
| YUV | 159.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 143 | 0 | 0.22 | 0.24 | 0.26 | 6.52 | 0.26 | 0.65 |
| Hex | BD | 94 | 8F | 0 | 16 | 18 | 1A | 7 | 1A | 41 |
| Octal | 275 | 224 | 217 | 0 | 26 | 30 | 32 | 7 | 32 | 101 |
| Binary | 10111101 | 10010100 | 10001111 | 0 | 10110 | 11000 | 11010 | 111 | 11010 | 1000001 |
Color Harmonies of #BD948F
Complementary color
Monochromatic Colors of #BD948F
Black with #BD948F
Text Example
Text Example
White with #BD948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD948F; }
p { color: rgb(189,148,143); }
H1.HeaderClassName
{
color: #BD948F;
}
.AnyTagClassName
{
color: #BD948F;
}
</style>
background-color css
<style>
a { background-color: #BD948F; }
a { background-color: rgb(189,148,143); }
div.DivClassName
{
background-color: #BD948F;
}
.BgClassName
{
background-color: #BD948F;
}
</style>
border-color css
<style>
span { border-color: #BD948F; }
span { border-color: rgb(189,148,143); }
td.TdClassName
{
border-color: #BD948F;
}
.TagClassName
{
border-color: #BD948F;
}
</style>