Shades of Rosy Brown #BB8C8A
Tints of Rosy Brown #BB8C8A
RGB
CMYK
RGB Variations
Color information
#BB8C8A (or 0xBB8C8A) is known color: Rosy Brown. HEX triplet: BB, 8C and 8A. RGB value is (187,140,138). Sum of RGB (Red+Green+Blue) = 187+140+138=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8C8A is #447375. Grayscale: #999999. Windows color (decimal): -4486006 or 9079995. OLE color: 9079995.
HSL color Cylindrical-coordinate representation of color #BB8C8A: hue angle of 2.45º 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 #BB8C8A is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 138 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.27 |
| HSL | 2.45º | 0.26% | 0.64% | - |
| HSV(B) | 2.45º | 0.26% | 0.73% | - |
| XYZ | 34.46 | 31.16 | 28.24 | - |
| YUV | 153.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 138 | 0 | 0.25 | 0.26 | 0.27 | 2.45 | 0.26 | 0.64 |
| Hex | BB | 8C | 8A | 0 | 19 | 1A | 1B | 2 | 1A | 40 |
| Octal | 273 | 214 | 212 | 0 | 31 | 32 | 33 | 2 | 32 | 100 |
| Binary | 10111011 | 10001100 | 10001010 | 0 | 11001 | 11010 | 11011 | 10 | 11010 | 1000000 |
Color Harmonies of #BB8C8A
Complementary color
Monochromatic Colors of #BB8C8A
Black with #BB8C8A
Text Example
Text Example
White with #BB8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C8A; }
p { color: rgb(187,140,138); }
H1.HeaderClassName
{
color: #BB8C8A;
}
.AnyTagClassName
{
color: #BB8C8A;
}
</style>
background-color css
<style>
a { background-color: #BB8C8A; }
a { background-color: rgb(187,140,138); }
div.DivClassName
{
background-color: #BB8C8A;
}
.BgClassName
{
background-color: #BB8C8A;
}
</style>
border-color css
<style>
span { border-color: #BB8C8A; }
span { border-color: rgb(187,140,138); }
td.TdClassName
{
border-color: #BB8C8A;
}
.TagClassName
{
border-color: #BB8C8A;
}
</style>