Shades of Oriental Pink #BB908B
Tints of Oriental Pink #BB908B
RGB
CMYK
RGB Variations
Color information
#BB908B (or 0xBB908B) is known color: Oriental Pink. HEX triplet: BB, 90 and 8B. RGB value is (187,144,139). Sum of RGB (Red+Green+Blue) = 187+144+139=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB908B is #446F74. Grayscale: #9C9C9C. Windows color (decimal): -4484981 or 9146555. OLE color: 9146555.
HSL color Cylindrical-coordinate representation of color #BB908B: hue angle of 6.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB908B is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 139 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.27 |
| HSL | 6.25º | 0.26% | 0.64% | - |
| HSV(B) | 6.25º | 0.26% | 0.73% | - |
| XYZ | 35.13 | 32.38 | 28.82 | - |
| YUV | 156.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 139 | 0 | 0.23 | 0.26 | 0.27 | 6.25 | 0.26 | 0.64 |
| Hex | BB | 90 | 8B | 0 | 17 | 1A | 1B | 6 | 1A | 40 |
| Octal | 273 | 220 | 213 | 0 | 27 | 32 | 33 | 6 | 32 | 100 |
| Binary | 10111011 | 10010000 | 10001011 | 0 | 10111 | 11010 | 11011 | 110 | 11010 | 1000000 |
Color Harmonies of #BB908B
Complementary color
Monochromatic Colors of #BB908B
Black with #BB908B
Text Example
Text Example
White with #BB908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB908B; }
p { color: rgb(187,144,139); }
H1.HeaderClassName
{
color: #BB908B;
}
.AnyTagClassName
{
color: #BB908B;
}
</style>
background-color css
<style>
a { background-color: #BB908B; }
a { background-color: rgb(187,144,139); }
div.DivClassName
{
background-color: #BB908B;
}
.BgClassName
{
background-color: #BB908B;
}
</style>
border-color css
<style>
span { border-color: #BB908B; }
span { border-color: rgb(187,144,139); }
td.TdClassName
{
border-color: #BB908B;
}
.TagClassName
{
border-color: #BB908B;
}
</style>