Shades of Oriental Pink #B68B85
Tints of Oriental Pink #B68B85
RGB
CMYK
RGB Variations
Color information
#B68B85 (or 0xB68B85) is known color: Oriental Pink. HEX triplet: B6, 8B and 85. RGB value is (182,139,133). Sum of RGB (Red+Green+Blue) = 182+139+133=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68B85 is #49747A. Grayscale: #979797. Windows color (decimal): -4813947 or 8752054. OLE color: 8752054.
HSL color Cylindrical-coordinate representation of color #B68B85: hue angle of 7.35º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68B85 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 133 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.29 |
| HSL | 7.35º | 0.25% | 0.62% | - |
| HSV(B) | 7.35º | 0.27% | 0.71% | - |
| XYZ | 32.76 | 30.1 | 26.27 | - |
| YUV | 151.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 133 | 0 | 0.24 | 0.27 | 0.29 | 7.35 | 0.25 | 0.62 |
| Hex | B6 | 8B | 85 | 0 | 18 | 1B | 1D | 7 | 19 | 3E |
| Octal | 266 | 213 | 205 | 0 | 30 | 33 | 35 | 7 | 31 | 76 |
| Binary | 10110110 | 10001011 | 10000101 | 0 | 11000 | 11011 | 11101 | 111 | 11001 | 111110 |
Color Harmonies of #B68B85
Complementary color
Monochromatic Colors of #B68B85
Black with #B68B85
Text Example
Text Example
White with #B68B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B85; }
p { color: rgb(182,139,133); }
H1.HeaderClassName
{
color: #B68B85;
}
.AnyTagClassName
{
color: #B68B85;
}
</style>
background-color css
<style>
a { background-color: #B68B85; }
a { background-color: rgb(182,139,133); }
div.DivClassName
{
background-color: #B68B85;
}
.BgClassName
{
background-color: #B68B85;
}
</style>
border-color css
<style>
span { border-color: #B68B85; }
span { border-color: rgb(182,139,133); }
td.TdClassName
{
border-color: #B68B85;
}
.TagClassName
{
border-color: #B68B85;
}
</style>