Shades of Oriental Pink #B68C87
Tints of Oriental Pink #B68C87
RGB
CMYK
RGB Variations
Color information
#B68C87 (or 0xB68C87) is known color: Oriental Pink. HEX triplet: B6, 8C and 87. RGB value is (182,140,135). Sum of RGB (Red+Green+Blue) = 182+140+135=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68C87 is #497378. Grayscale: #989898. Windows color (decimal): -4813689 or 8883382. OLE color: 8883382.
HSL color Cylindrical-coordinate representation of color #B68C87: hue angle of 6.38º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B68C87 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 135 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.29 |
| HSL | 6.38º | 0.24% | 0.62% | - |
| HSV(B) | 6.38º | 0.26% | 0.71% | - |
| XYZ | 33.04 | 30.45 | 27.06 | - |
| YUV | 151.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 135 | 0 | 0.23 | 0.26 | 0.29 | 6.38 | 0.24 | 0.62 |
| Hex | B6 | 8C | 87 | 0 | 17 | 1A | 1D | 6 | 18 | 3E |
| Octal | 266 | 214 | 207 | 0 | 27 | 32 | 35 | 6 | 30 | 76 |
| Binary | 10110110 | 10001100 | 10000111 | 0 | 10111 | 11010 | 11101 | 110 | 11000 | 111110 |
Color Harmonies of #B68C87
Complementary color
Monochromatic Colors of #B68C87
Black with #B68C87
Text Example
Text Example
White with #B68C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C87; }
p { color: rgb(182,140,135); }
H1.HeaderClassName
{
color: #B68C87;
}
.AnyTagClassName
{
color: #B68C87;
}
</style>
background-color css
<style>
a { background-color: #B68C87; }
a { background-color: rgb(182,140,135); }
div.DivClassName
{
background-color: #B68C87;
}
.BgClassName
{
background-color: #B68C87;
}
</style>
border-color css
<style>
span { border-color: #B68C87; }
span { border-color: rgb(182,140,135); }
td.TdClassName
{
border-color: #B68C87;
}
.TagClassName
{
border-color: #B68C87;
}
</style>