Shades of Oriental Pink #BC8281
Tints of Oriental Pink #BC8281
RGB
CMYK
RGB Variations
Color information
#BC8281 (or 0xBC8281) is known color: Oriental Pink. HEX triplet: BC, 82 and 81. RGB value is (188,130,129). Sum of RGB (Red+Green+Blue) = 188+130+129=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8281 is #437D7E. Grayscale: #939393. Windows color (decimal): -4423039 or 8487612. OLE color: 8487612.
HSL color Cylindrical-coordinate representation of color #BC8281: hue angle of 1.02º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8281 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 129 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.26 |
| HSL | 1.02º | 0.31% | 0.62% | - |
| HSV(B) | 1.02º | 0.31% | 0.74% | - |
| XYZ | 32.68 | 28.24 | 24.5 | - |
| YUV | 147.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 129 | 0 | 0.31 | 0.31 | 0.26 | 1.02 | 0.31 | 0.62 |
| Hex | BC | 82 | 81 | 0 | 1F | 1F | 1A | 1 | 1F | 3E |
| Octal | 274 | 202 | 201 | 0 | 37 | 37 | 32 | 1 | 37 | 76 |
| Binary | 10111100 | 10000010 | 10000001 | 0 | 11111 | 11111 | 11010 | 1 | 11111 | 111110 |
Color Harmonies of #BC8281
Complementary color
Monochromatic Colors of #BC8281
Black with #BC8281
Text Example
Text Example
White with #BC8281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8281; }
p { color: rgb(188,130,129); }
H1.HeaderClassName
{
color: #BC8281;
}
.AnyTagClassName
{
color: #BC8281;
}
</style>
background-color css
<style>
a { background-color: #BC8281; }
a { background-color: rgb(188,130,129); }
div.DivClassName
{
background-color: #BC8281;
}
.BgClassName
{
background-color: #BC8281;
}
</style>
border-color css
<style>
span { border-color: #BC8281; }
span { border-color: rgb(188,130,129); }
td.TdClassName
{
border-color: #BC8281;
}
.TagClassName
{
border-color: #BC8281;
}
</style>