Shades of Rosy Brown #BB8F8D
Tints of Rosy Brown #BB8F8D
RGB
CMYK
RGB Variations
Color information
#BB8F8D (or 0xBB8F8D) is known color: Rosy Brown. HEX triplet: BB, 8F and 8D. RGB value is (187,143,141). Sum of RGB (Red+Green+Blue) = 187+143+141=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F8D is #447072. Grayscale: #9B9B9B. Windows color (decimal): -4485235 or 9277371. OLE color: 9277371.
HSL color Cylindrical-coordinate representation of color #BB8F8D: hue angle of 2.61º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB8F8D is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 141 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.27 |
| HSL | 2.61º | 0.25% | 0.64% | - |
| HSV(B) | 2.61º | 0.25% | 0.73% | - |
| XYZ | 35.12 | 32.13 | 29.55 | - |
| YUV | 155.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 141 | 0 | 0.24 | 0.25 | 0.27 | 2.61 | 0.25 | 0.64 |
| Hex | BB | 8F | 8D | 0 | 18 | 19 | 1B | 3 | 19 | 40 |
| Octal | 273 | 217 | 215 | 0 | 30 | 31 | 33 | 3 | 31 | 100 |
| Binary | 10111011 | 10001111 | 10001101 | 0 | 11000 | 11001 | 11011 | 11 | 11001 | 1000000 |
Color Harmonies of #BB8F8D
Complementary color
Monochromatic Colors of #BB8F8D
Black with #BB8F8D
Text Example
Text Example
White with #BB8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F8D; }
p { color: rgb(187,143,141); }
H1.HeaderClassName
{
color: #BB8F8D;
}
.AnyTagClassName
{
color: #BB8F8D;
}
</style>
background-color css
<style>
a { background-color: #BB8F8D; }
a { background-color: rgb(187,143,141); }
div.DivClassName
{
background-color: #BB8F8D;
}
.BgClassName
{
background-color: #BB8F8D;
}
</style>
border-color css
<style>
span { border-color: #BB8F8D; }
span { border-color: rgb(187,143,141); }
td.TdClassName
{
border-color: #BB8F8D;
}
.TagClassName
{
border-color: #BB8F8D;
}
</style>