Shades of Brandy Rose #BB7E7C
Tints of Brandy Rose #BB7E7C
RGB
CMYK
RGB Variations
Color information
#BB7E7C (or 0xBB7E7C) is known color: Brandy Rose. HEX triplet: BB, 7E and 7C. RGB value is (187,126,124). Sum of RGB (Red+Green+Blue) = 187+126+124=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E7C is #448183. Grayscale: #909090. Windows color (decimal): -4489604 or 8158907. OLE color: 8158907.
HSL color Cylindrical-coordinate representation of color #BB7E7C: hue angle of 1.9º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7E7C is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 126 | 124 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.27 |
| HSL | 1.9º | 0.32% | 0.61% | - |
| HSV(B) | 1.9º | 0.34% | 0.73% | - |
| XYZ | 31.59 | 26.94 | 22.6 | - |
| YUV | 144.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 124 | 0 | 0.33 | 0.34 | 0.27 | 1.9 | 0.32 | 0.61 |
| Hex | BB | 7E | 7C | 0 | 21 | 22 | 1B | 2 | 20 | 3D |
| Octal | 273 | 176 | 174 | 0 | 41 | 42 | 33 | 2 | 40 | 75 |
| Binary | 10111011 | 1111110 | 1111100 | 0 | 100001 | 100010 | 11011 | 10 | 100000 | 111101 |
Color Harmonies of #BB7E7C
Complementary color
Monochromatic Colors of #BB7E7C
Black with #BB7E7C
Text Example
Text Example
White with #BB7E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7E7C; }
p { color: rgb(187,126,124); }
H1.HeaderClassName
{
color: #BB7E7C;
}
.AnyTagClassName
{
color: #BB7E7C;
}
</style>
background-color css
<style>
a { background-color: #BB7E7C; }
a { background-color: rgb(187,126,124); }
div.DivClassName
{
background-color: #BB7E7C;
}
.BgClassName
{
background-color: #BB7E7C;
}
</style>
border-color css
<style>
span { border-color: #BB7E7C; }
span { border-color: rgb(187,126,124); }
td.TdClassName
{
border-color: #BB7E7C;
}
.TagClassName
{
border-color: #BB7E7C;
}
</style>