Shades of Oriental Pink #BD8F88
Tints of Oriental Pink #BD8F88
RGB
CMYK
RGB Variations
Color information
#BD8F88 (or 0xBD8F88) is known color: Oriental Pink. HEX triplet: BD, 8F and 88. RGB value is (189,143,136). Sum of RGB (Red+Green+Blue) = 189+143+136=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F88 is #427077. Grayscale: #9C9C9C. Windows color (decimal): -4354168 or 8949693. OLE color: 8949693.
HSL color Cylindrical-coordinate representation of color #BD8F88: hue angle of 7.92º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD8F88 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 136 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.26 |
| HSL | 7.92º | 0.29% | 0.64% | - |
| HSV(B) | 7.92º | 0.28% | 0.74% | - |
| XYZ | 35.25 | 32.24 | 27.66 | - |
| YUV | 155.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 136 | 0 | 0.24 | 0.28 | 0.26 | 7.92 | 0.29 | 0.64 |
| Hex | BD | 8F | 88 | 0 | 18 | 1C | 1A | 8 | 1D | 40 |
| Octal | 275 | 217 | 210 | 0 | 30 | 34 | 32 | 10 | 35 | 100 |
| Binary | 10111101 | 10001111 | 10001000 | 0 | 11000 | 11100 | 11010 | 1000 | 11101 | 1000000 |
Color Harmonies of #BD8F88
Complementary color
Monochromatic Colors of #BD8F88
Black with #BD8F88
Text Example
Text Example
White with #BD8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F88; }
p { color: rgb(189,143,136); }
H1.HeaderClassName
{
color: #BD8F88;
}
.AnyTagClassName
{
color: #BD8F88;
}
</style>
background-color css
<style>
a { background-color: #BD8F88; }
a { background-color: rgb(189,143,136); }
div.DivClassName
{
background-color: #BD8F88;
}
.BgClassName
{
background-color: #BD8F88;
}
</style>
border-color css
<style>
span { border-color: #BD8F88; }
span { border-color: rgb(189,143,136); }
td.TdClassName
{
border-color: #BD8F88;
}
.TagClassName
{
border-color: #BD8F88;
}
</style>