Shades of Oriental Pink #BD928C
Tints of Oriental Pink #BD928C
RGB
CMYK
RGB Variations
Color information
#BD928C (or 0xBD928C) is known color: Oriental Pink. HEX triplet: BD, 92 and 8C. RGB value is (189,146,140). Sum of RGB (Red+Green+Blue) = 189+146+140=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD928C is #426D73. Grayscale: #9E9E9E. Windows color (decimal): -4353396 or 9212605. OLE color: 9212605.
HSL color Cylindrical-coordinate representation of color #BD928C: hue angle of 7.35º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD928C is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 140 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.26 |
| HSL | 7.35º | 0.27% | 0.65% | - |
| HSV(B) | 7.35º | 0.26% | 0.74% | - |
| XYZ | 36 | 33.27 | 29.34 | - |
| YUV | 158.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 140 | 0 | 0.23 | 0.26 | 0.26 | 7.35 | 0.27 | 0.65 |
| Hex | BD | 92 | 8C | 0 | 17 | 1A | 1A | 7 | 1B | 41 |
| Octal | 275 | 222 | 214 | 0 | 27 | 32 | 32 | 7 | 33 | 101 |
| Binary | 10111101 | 10010010 | 10001100 | 0 | 10111 | 11010 | 11010 | 111 | 11011 | 1000001 |
Color Harmonies of #BD928C
Complementary color
Monochromatic Colors of #BD928C
Black with #BD928C
Text Example
Text Example
White with #BD928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD928C; }
p { color: rgb(189,146,140); }
H1.HeaderClassName
{
color: #BD928C;
}
.AnyTagClassName
{
color: #BD928C;
}
</style>
background-color css
<style>
a { background-color: #BD928C; }
a { background-color: rgb(189,146,140); }
div.DivClassName
{
background-color: #BD928C;
}
.BgClassName
{
background-color: #BD928C;
}
</style>
border-color css
<style>
span { border-color: #BD928C; }
span { border-color: rgb(189,146,140); }
td.TdClassName
{
border-color: #BD928C;
}
.TagClassName
{
border-color: #BD928C;
}
</style>