Shades of Oriental Pink #BD8781
Tints of Oriental Pink #BD8781
RGB
CMYK
RGB Variations
Color information
#BD8781 (or 0xBD8781) is known color: Oriental Pink. HEX triplet: BD, 87 and 81. RGB value is (189,135,129). Sum of RGB (Red+Green+Blue) = 189+135+129=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8781 is #42787E. Grayscale: #969696. Windows color (decimal): -4356223 or 8488893. OLE color: 8488893.
HSL color Cylindrical-coordinate representation of color #BD8781: hue angle of 6º 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 #BD8781 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 129 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.26 |
| HSL | 6º | 0.31% | 0.62% | - |
| HSV(B) | 6º | 0.32% | 0.74% | - |
| XYZ | 33.61 | 29.73 | 24.74 | - |
| YUV | 150.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 129 | 0 | 0.29 | 0.32 | 0.26 | 6 | 0.31 | 0.62 |
| Hex | BD | 87 | 81 | 0 | 1D | 20 | 1A | 6 | 1F | 3E |
| Octal | 275 | 207 | 201 | 0 | 35 | 40 | 32 | 6 | 37 | 76 |
| Binary | 10111101 | 10000111 | 10000001 | 0 | 11101 | 100000 | 11010 | 110 | 11111 | 111110 |
Color Harmonies of #BD8781
Complementary color
Monochromatic Colors of #BD8781
Black with #BD8781
Text Example
Text Example
White with #BD8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8781; }
p { color: rgb(189,135,129); }
H1.HeaderClassName
{
color: #BD8781;
}
.AnyTagClassName
{
color: #BD8781;
}
</style>
background-color css
<style>
a { background-color: #BD8781; }
a { background-color: rgb(189,135,129); }
div.DivClassName
{
background-color: #BD8781;
}
.BgClassName
{
background-color: #BD8781;
}
</style>
border-color css
<style>
span { border-color: #BD8781; }
span { border-color: rgb(189,135,129); }
td.TdClassName
{
border-color: #BD8781;
}
.TagClassName
{
border-color: #BD8781;
}
</style>