Shades of Oriental Pink #BD8581
Tints of Oriental Pink #BD8581
RGB
CMYK
RGB Variations
Color information
#BD8581 (or 0xBD8581) is known color: Oriental Pink. HEX triplet: BD, 85 and 81. RGB value is (189,133,129). Sum of RGB (Red+Green+Blue) = 189+133+129=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8581 is #427A7E. Grayscale: #959595. Windows color (decimal): -4356735 or 8488381. OLE color: 8488381.
HSL color Cylindrical-coordinate representation of color #BD8581: hue angle of 4º 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 #BD8581 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 129 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.26 |
| HSL | 4º | 0.31% | 0.62% | - |
| HSV(B) | 4º | 0.32% | 0.74% | - |
| XYZ | 33.34 | 29.18 | 24.64 | - |
| YUV | 149.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 129 | 0 | 0.30 | 0.32 | 0.26 | 4 | 0.31 | 0.62 |
| Hex | BD | 85 | 81 | 0 | 1E | 20 | 1A | 4 | 1F | 3E |
| Octal | 275 | 205 | 201 | 0 | 36 | 40 | 32 | 4 | 37 | 76 |
| Binary | 10111101 | 10000101 | 10000001 | 0 | 11110 | 100000 | 11010 | 100 | 11111 | 111110 |
Color Harmonies of #BD8581
Complementary color
Monochromatic Colors of #BD8581
Black with #BD8581
Text Example
Text Example
White with #BD8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8581; }
p { color: rgb(189,133,129); }
H1.HeaderClassName
{
color: #BD8581;
}
.AnyTagClassName
{
color: #BD8581;
}
</style>
background-color css
<style>
a { background-color: #BD8581; }
a { background-color: rgb(189,133,129); }
div.DivClassName
{
background-color: #BD8581;
}
.BgClassName
{
background-color: #BD8581;
}
</style>
border-color css
<style>
span { border-color: #BD8581; }
span { border-color: rgb(189,133,129); }
td.TdClassName
{
border-color: #BD8581;
}
.TagClassName
{
border-color: #BD8581;
}
</style>