Shades of Oriental Pink #BC8484
Tints of Oriental Pink #BC8484
RGB
CMYK
RGB Variations
Color information
#BC8484 (or 0xBC8484) is known color: Oriental Pink. HEX triplet: BC, 84 and 84. RGB value is (188,132,132). Sum of RGB (Red+Green+Blue) = 188+132+132=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8484 is #437B7B. Grayscale: #949494. Windows color (decimal): -4422524 or 8684732. OLE color: 8684732.
HSL color Cylindrical-coordinate representation of color #BC8484: hue angle of 0º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8484 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 132 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.26 |
| HSL | 0º | 0.29% | 0.63% | - |
| HSV(B) | 0º | 0.3% | 0.74% | - |
| XYZ | 33.16 | 28.86 | 25.65 | - |
| YUV | 148.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 132 | 0 | 0.30 | 0.30 | 0.26 | 0 | 0.29 | 0.63 |
| Hex | BC | 84 | 84 | 0 | 1E | 1E | 1A | 0 | 1D | 3F |
| Octal | 274 | 204 | 204 | 0 | 36 | 36 | 32 | 0 | 35 | 77 |
| Binary | 10111100 | 10000100 | 10000100 | 0 | 11110 | 11110 | 11010 | 0 | 11101 | 111111 |
Color Harmonies of #BC8484
Complementary color
Monochromatic Colors of #BC8484
Black with #BC8484
Text Example
Text Example
White with #BC8484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8484; }
p { color: rgb(188,132,132); }
H1.HeaderClassName
{
color: #BC8484;
}
.AnyTagClassName
{
color: #BC8484;
}
</style>
background-color css
<style>
a { background-color: #BC8484; }
a { background-color: rgb(188,132,132); }
div.DivClassName
{
background-color: #BC8484;
}
.BgClassName
{
background-color: #BC8484;
}
</style>
border-color css
<style>
span { border-color: #BC8484; }
span { border-color: rgb(188,132,132); }
td.TdClassName
{
border-color: #BC8484;
}
.TagClassName
{
border-color: #BC8484;
}
</style>