Shades of Brandy Rose #BB877F
Tints of Brandy Rose #BB877F
RGB
CMYK
RGB Variations
Color information
#BB877F (or 0xBB877F) is known color: Brandy Rose. HEX triplet: BB, 87 and 7F. RGB value is (187,135,127). Sum of RGB (Red+Green+Blue) = 187+135+127=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB877F is #447880. Grayscale: #959595. Windows color (decimal): -4487297 or 8357819. OLE color: 8357819.
HSL color Cylindrical-coordinate representation of color #BB877F: hue angle of 8º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB877F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 127 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.27 |
| HSL | 8º | 0.31% | 0.62% | - |
| HSV(B) | 8º | 0.32% | 0.73% | - |
| XYZ | 32.99 | 29.43 | 24.02 | - |
| YUV | 149.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 127 | 0 | 0.28 | 0.32 | 0.27 | 8 | 0.31 | 0.62 |
| Hex | BB | 87 | 7F | 0 | 1C | 20 | 1B | 8 | 1F | 3E |
| Octal | 273 | 207 | 177 | 0 | 34 | 40 | 33 | 10 | 37 | 76 |
| Binary | 10111011 | 10000111 | 1111111 | 0 | 11100 | 100000 | 11011 | 1000 | 11111 | 111110 |
Color Harmonies of #BB877F
Complementary color
Monochromatic Colors of #BB877F
Black with #BB877F
Text Example
Text Example
White with #BB877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB877F; }
p { color: rgb(187,135,127); }
H1.HeaderClassName
{
color: #BB877F;
}
.AnyTagClassName
{
color: #BB877F;
}
</style>
background-color css
<style>
a { background-color: #BB877F; }
a { background-color: rgb(187,135,127); }
div.DivClassName
{
background-color: #BB877F;
}
.BgClassName
{
background-color: #BB877F;
}
</style>
border-color css
<style>
span { border-color: #BB877F; }
span { border-color: rgb(187,135,127); }
td.TdClassName
{
border-color: #BB877F;
}
.TagClassName
{
border-color: #BB877F;
}
</style>