Shades of Rosy Brown #BB8A8A
Tints of Rosy Brown #BB8A8A
RGB
CMYK
RGB Variations
Color information
#BB8A8A (or 0xBB8A8A) is known color: Rosy Brown. HEX triplet: BB, 8A and 8A. RGB value is (187,138,138). Sum of RGB (Red+Green+Blue) = 187+138+138=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8A8A is #447575. Grayscale: #989898. Windows color (decimal): -4486518 or 9079483. OLE color: 9079483.
HSL color Cylindrical-coordinate representation of color #BB8A8A: hue angle of 0º 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 #BB8A8A is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 138 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.27 |
| HSL | 0º | 0.26% | 0.64% | - |
| HSV(B) | 0º | 0.26% | 0.73% | - |
| XYZ | 34.17 | 30.58 | 28.15 | - |
| YUV | 152.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 138 | 0 | 0.26 | 0.26 | 0.27 | 0 | 0.26 | 0.64 |
| Hex | BB | 8A | 8A | 0 | 1A | 1A | 1B | 0 | 1A | 40 |
| Octal | 273 | 212 | 212 | 0 | 32 | 32 | 33 | 0 | 32 | 100 |
| Binary | 10111011 | 10001010 | 10001010 | 0 | 11010 | 11010 | 11011 | 0 | 11010 | 1000000 |
Color Harmonies of #BB8A8A
Complementary color
Monochromatic Colors of #BB8A8A
Black with #BB8A8A
Text Example
Text Example
White with #BB8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8A8A; }
p { color: rgb(187,138,138); }
H1.HeaderClassName
{
color: #BB8A8A;
}
.AnyTagClassName
{
color: #BB8A8A;
}
</style>
background-color css
<style>
a { background-color: #BB8A8A; }
a { background-color: rgb(187,138,138); }
div.DivClassName
{
background-color: #BB8A8A;
}
.BgClassName
{
background-color: #BB8A8A;
}
</style>
border-color css
<style>
span { border-color: #BB8A8A; }
span { border-color: rgb(187,138,138); }
td.TdClassName
{
border-color: #BB8A8A;
}
.TagClassName
{
border-color: #BB8A8A;
}
</style>