Shades of Oriental Pink #B68B87
Tints of Oriental Pink #B68B87
RGB
CMYK
RGB Variations
Color information
#B68B87 (or 0xB68B87) is known color: Oriental Pink. HEX triplet: B6, 8B and 87. RGB value is (182,139,135). Sum of RGB (Red+Green+Blue) = 182+139+135=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68B87 is #497478. Grayscale: #979797. Windows color (decimal): -4813945 or 8883126. OLE color: 8883126.
HSL color Cylindrical-coordinate representation of color #B68B87: hue angle of 5.11º 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 #B68B87 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 135 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.29 |
| HSL | 5.11º | 0.24% | 0.62% | - |
| HSV(B) | 5.11º | 0.26% | 0.71% | - |
| XYZ | 32.9 | 30.16 | 27.01 | - |
| YUV | 151.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 135 | 0 | 0.24 | 0.26 | 0.29 | 5.11 | 0.24 | 0.62 |
| Hex | B6 | 8B | 87 | 0 | 18 | 1A | 1D | 5 | 18 | 3E |
| Octal | 266 | 213 | 207 | 0 | 30 | 32 | 35 | 5 | 30 | 76 |
| Binary | 10110110 | 10001011 | 10000111 | 0 | 11000 | 11010 | 11101 | 101 | 11000 | 111110 |
Color Harmonies of #B68B87
Complementary color
Monochromatic Colors of #B68B87
Black with #B68B87
Text Example
Text Example
White with #B68B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B87; }
p { color: rgb(182,139,135); }
H1.HeaderClassName
{
color: #B68B87;
}
.AnyTagClassName
{
color: #B68B87;
}
</style>
background-color css
<style>
a { background-color: #B68B87; }
a { background-color: rgb(182,139,135); }
div.DivClassName
{
background-color: #B68B87;
}
.BgClassName
{
background-color: #B68B87;
}
</style>
border-color css
<style>
span { border-color: #B68B87; }
span { border-color: rgb(182,139,135); }
td.TdClassName
{
border-color: #B68B87;
}
.TagClassName
{
border-color: #B68B87;
}
</style>