Shades of Oriental Pink #BD928A
Tints of Oriental Pink #BD928A
RGB
CMYK
RGB Variations
Color information
#BD928A (or 0xBD928A) is known color: Oriental Pink. HEX triplet: BD, 92 and 8A. RGB value is (189,146,138). Sum of RGB (Red+Green+Blue) = 189+146+138=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD928A is #426D75. Grayscale: #9E9E9E. Windows color (decimal): -4353398 or 9081533. OLE color: 9081533.
HSL color Cylindrical-coordinate representation of color #BD928A: hue angle of 9.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD928A is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 138 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.26 |
| HSL | 9.41º | 0.28% | 0.64% | - |
| HSV(B) | 9.41º | 0.27% | 0.74% | - |
| XYZ | 35.85 | 33.21 | 28.57 | - |
| YUV | 157.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 138 | 0 | 0.23 | 0.27 | 0.26 | 9.41 | 0.28 | 0.64 |
| Hex | BD | 92 | 8A | 0 | 17 | 1B | 1A | 9 | 1C | 40 |
| Octal | 275 | 222 | 212 | 0 | 27 | 33 | 32 | 11 | 34 | 100 |
| Binary | 10111101 | 10010010 | 10001010 | 0 | 10111 | 11011 | 11010 | 1001 | 11100 | 1000000 |
Color Harmonies of #BD928A
Complementary color
Monochromatic Colors of #BD928A
Black with #BD928A
Text Example
Text Example
White with #BD928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD928A; }
p { color: rgb(189,146,138); }
H1.HeaderClassName
{
color: #BD928A;
}
.AnyTagClassName
{
color: #BD928A;
}
</style>
background-color css
<style>
a { background-color: #BD928A; }
a { background-color: rgb(189,146,138); }
div.DivClassName
{
background-color: #BD928A;
}
.BgClassName
{
background-color: #BD928A;
}
</style>
border-color css
<style>
span { border-color: #BD928A; }
span { border-color: rgb(189,146,138); }
td.TdClassName
{
border-color: #BD928A;
}
.TagClassName
{
border-color: #BD928A;
}
</style>