Shades of Oriental Pink #BC8282
Tints of Oriental Pink #BC8282
RGB
CMYK
RGB Variations
Color information
#BC8282 (or 0xBC8282) is known color: Oriental Pink. HEX triplet: BC, 82 and 82. RGB value is (188,130,130). Sum of RGB (Red+Green+Blue) = 188+130+130=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8282 is #437D7D. Grayscale: #939393. Windows color (decimal): -4423038 or 8553148. OLE color: 8553148.
HSL color Cylindrical-coordinate representation of color #BC8282: hue angle of 0º degrees, saturation: 0.3, 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 #BC8282 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 130 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.26 |
| HSL | 0º | 0.3% | 0.62% | - |
| HSV(B) | 0º | 0.31% | 0.74% | - |
| XYZ | 32.75 | 28.27 | 24.85 | - |
| YUV | 147.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 130 | 0 | 0.31 | 0.31 | 0.26 | 0 | 0.3 | 0.62 |
| Hex | BC | 82 | 82 | 0 | 1F | 1F | 1A | 0 | 1E | 3E |
| Octal | 274 | 202 | 202 | 0 | 37 | 37 | 32 | 0 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10000010 | 0 | 11111 | 11111 | 11010 | 0 | 11110 | 111110 |
Color Harmonies of #BC8282
Complementary color
Monochromatic Colors of #BC8282
Black with #BC8282
Text Example
Text Example
White with #BC8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8282; }
p { color: rgb(188,130,130); }
H1.HeaderClassName
{
color: #BC8282;
}
.AnyTagClassName
{
color: #BC8282;
}
</style>
background-color css
<style>
a { background-color: #BC8282; }
a { background-color: rgb(188,130,130); }
div.DivClassName
{
background-color: #BC8282;
}
.BgClassName
{
background-color: #BC8282;
}
</style>
border-color css
<style>
span { border-color: #BC8282; }
span { border-color: rgb(188,130,130); }
td.TdClassName
{
border-color: #BC8282;
}
.TagClassName
{
border-color: #BC8282;
}
</style>