Shades of Brandy Rose #BB897E
Tints of Brandy Rose #BB897E
RGB
CMYK
RGB Variations
Color information
#BB897E (or 0xBB897E) is known color: Brandy Rose. HEX triplet: BB, 89 and 7E. RGB value is (187,137,126). Sum of RGB (Red+Green+Blue) = 187+137+126=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB897E is #447681. Grayscale: #969696. Windows color (decimal): -4486786 or 8292795. OLE color: 8292795.
HSL color Cylindrical-coordinate representation of color #BB897E: hue angle of 10.82º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB897E is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 126 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.27 |
| HSL | 10.82º | 0.31% | 0.61% | - |
| HSV(B) | 10.82º | 0.33% | 0.73% | - |
| XYZ | 33.21 | 29.96 | 23.77 | - |
| YUV | 150.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 126 | 0 | 0.27 | 0.33 | 0.27 | 10.82 | 0.31 | 0.61 |
| Hex | BB | 89 | 7E | 0 | 1B | 21 | 1B | B | 1F | 3D |
| Octal | 273 | 211 | 176 | 0 | 33 | 41 | 33 | 13 | 37 | 75 |
| Binary | 10111011 | 10001001 | 1111110 | 0 | 11011 | 100001 | 11011 | 1011 | 11111 | 111101 |
Color Harmonies of #BB897E
Complementary color
Monochromatic Colors of #BB897E
Black with #BB897E
Text Example
Text Example
White with #BB897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB897E; }
p { color: rgb(187,137,126); }
H1.HeaderClassName
{
color: #BB897E;
}
.AnyTagClassName
{
color: #BB897E;
}
</style>
background-color css
<style>
a { background-color: #BB897E; }
a { background-color: rgb(187,137,126); }
div.DivClassName
{
background-color: #BB897E;
}
.BgClassName
{
background-color: #BB897E;
}
</style>
border-color css
<style>
span { border-color: #BB897E; }
span { border-color: rgb(187,137,126); }
td.TdClassName
{
border-color: #BB897E;
}
.TagClassName
{
border-color: #BB897E;
}
</style>