Shades of Rosy Brown #BB8C8B
Tints of Rosy Brown #BB8C8B
RGB
CMYK
RGB Variations
Color information
#BB8C8B (or 0xBB8C8B) is known color: Rosy Brown. HEX triplet: BB, 8C and 8B. RGB value is (187,140,139). Sum of RGB (Red+Green+Blue) = 187+140+139=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8C8B is #447374. Grayscale: #999999. Windows color (decimal): -4486005 or 9145531. OLE color: 9145531.
HSL color Cylindrical-coordinate representation of color #BB8C8B: hue angle of 1.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 #BB8C8B is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 139 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.27 |
| HSL | 1.25º | 0.26% | 0.64% | - |
| HSV(B) | 1.25º | 0.26% | 0.73% | - |
| XYZ | 34.53 | 31.19 | 28.63 | - |
| YUV | 153.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 139 | 0 | 0.25 | 0.26 | 0.27 | 1.25 | 0.26 | 0.64 |
| Hex | BB | 8C | 8B | 0 | 19 | 1A | 1B | 1 | 1A | 40 |
| Octal | 273 | 214 | 213 | 0 | 31 | 32 | 33 | 1 | 32 | 100 |
| Binary | 10111011 | 10001100 | 10001011 | 0 | 11001 | 11010 | 11011 | 1 | 11010 | 1000000 |
Color Harmonies of #BB8C8B
Complementary color
Monochromatic Colors of #BB8C8B
Black with #BB8C8B
Text Example
Text Example
White with #BB8C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C8B; }
p { color: rgb(187,140,139); }
H1.HeaderClassName
{
color: #BB8C8B;
}
.AnyTagClassName
{
color: #BB8C8B;
}
</style>
background-color css
<style>
a { background-color: #BB8C8B; }
a { background-color: rgb(187,140,139); }
div.DivClassName
{
background-color: #BB8C8B;
}
.BgClassName
{
background-color: #BB8C8B;
}
</style>
border-color css
<style>
span { border-color: #BB8C8B; }
span { border-color: rgb(187,140,139); }
td.TdClassName
{
border-color: #BB8C8B;
}
.TagClassName
{
border-color: #BB8C8B;
}
</style>