Shades of Oriental Pink #BC8481
Tints of Oriental Pink #BC8481
RGB
CMYK
RGB Variations
Color information
#BC8481 (or 0xBC8481) is known color: Oriental Pink. HEX triplet: BC, 84 and 81. RGB value is (188,132,129). Sum of RGB (Red+Green+Blue) = 188+132+129=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8481 is #437B7E. Grayscale: #949494. Windows color (decimal): -4422527 or 8488124. OLE color: 8488124.
HSL color Cylindrical-coordinate representation of color #BC8481: hue angle of 3.05º 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 #BC8481 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 129 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.26 |
| HSL | 3.05º | 0.31% | 0.62% | - |
| HSV(B) | 3.05º | 0.31% | 0.74% | - |
| XYZ | 32.95 | 28.78 | 24.59 | - |
| YUV | 148.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 129 | 0 | 0.30 | 0.31 | 0.26 | 3.05 | 0.31 | 0.62 |
| Hex | BC | 84 | 81 | 0 | 1E | 1F | 1A | 3 | 1F | 3E |
| Octal | 274 | 204 | 201 | 0 | 36 | 37 | 32 | 3 | 37 | 76 |
| Binary | 10111100 | 10000100 | 10000001 | 0 | 11110 | 11111 | 11010 | 11 | 11111 | 111110 |
Color Harmonies of #BC8481
Complementary color
Monochromatic Colors of #BC8481
Black with #BC8481
Text Example
Text Example
White with #BC8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8481; }
p { color: rgb(188,132,129); }
H1.HeaderClassName
{
color: #BC8481;
}
.AnyTagClassName
{
color: #BC8481;
}
</style>
background-color css
<style>
a { background-color: #BC8481; }
a { background-color: rgb(188,132,129); }
div.DivClassName
{
background-color: #BC8481;
}
.BgClassName
{
background-color: #BC8481;
}
</style>
border-color css
<style>
span { border-color: #BC8481; }
span { border-color: rgb(188,132,129); }
td.TdClassName
{
border-color: #BC8481;
}
.TagClassName
{
border-color: #BC8481;
}
</style>