Shades of Oriental Pink #BD8A81
Tints of Oriental Pink #BD8A81
RGB
CMYK
RGB Variations
Color information
#BD8A81 (or 0xBD8A81) is known color: Oriental Pink. HEX triplet: BD, 8A and 81. RGB value is (189,138,129). Sum of RGB (Red+Green+Blue) = 189+138+129=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A81 is #42757E. Grayscale: #989898. Windows color (decimal): -4355455 or 8489661. OLE color: 8489661.
HSL color Cylindrical-coordinate representation of color #BD8A81: hue angle of 9º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8A81 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 129 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.26 |
| HSL | 9º | 0.31% | 0.62% | - |
| HSV(B) | 9º | 0.32% | 0.74% | - |
| XYZ | 34.04 | 30.58 | 24.88 | - |
| YUV | 152.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 129 | 0 | 0.27 | 0.32 | 0.26 | 9 | 0.31 | 0.62 |
| Hex | BD | 8A | 81 | 0 | 1B | 20 | 1A | 9 | 1F | 3E |
| Octal | 275 | 212 | 201 | 0 | 33 | 40 | 32 | 11 | 37 | 76 |
| Binary | 10111101 | 10001010 | 10000001 | 0 | 11011 | 100000 | 11010 | 1001 | 11111 | 111110 |
Color Harmonies of #BD8A81
Complementary color
Monochromatic Colors of #BD8A81
Black with #BD8A81
Text Example
Text Example
White with #BD8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A81; }
p { color: rgb(189,138,129); }
H1.HeaderClassName
{
color: #BD8A81;
}
.AnyTagClassName
{
color: #BD8A81;
}
</style>
background-color css
<style>
a { background-color: #BD8A81; }
a { background-color: rgb(189,138,129); }
div.DivClassName
{
background-color: #BD8A81;
}
.BgClassName
{
background-color: #BD8A81;
}
</style>
border-color css
<style>
span { border-color: #BD8A81; }
span { border-color: rgb(189,138,129); }
td.TdClassName
{
border-color: #BD8A81;
}
.TagClassName
{
border-color: #BD8A81;
}
</style>