Shades of Brandy Rose #BB7D7A
Tints of Brandy Rose #BB7D7A
RGB
CMYK
RGB Variations
Color information
#BB7D7A (or 0xBB7D7A) is known color: Brandy Rose. HEX triplet: BB, 7D and 7A. RGB value is (187,125,122). Sum of RGB (Red+Green+Blue) = 187+125+122=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D7A is #448285. Grayscale: #8F8F8F. Windows color (decimal): -4489862 or 8027579. OLE color: 8027579.
HSL color Cylindrical-coordinate representation of color #BB7D7A: hue angle of 2.77º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7D7A is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 122 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.27 |
| HSL | 2.77º | 0.32% | 0.61% | - |
| HSV(B) | 2.77º | 0.35% | 0.73% | - |
| XYZ | 31.34 | 26.64 | 21.9 | - |
| YUV | 143.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 122 | 0 | 0.33 | 0.35 | 0.27 | 2.77 | 0.32 | 0.61 |
| Hex | BB | 7D | 7A | 0 | 21 | 23 | 1B | 3 | 20 | 3D |
| Octal | 273 | 175 | 172 | 0 | 41 | 43 | 33 | 3 | 40 | 75 |
| Binary | 10111011 | 1111101 | 1111010 | 0 | 100001 | 100011 | 11011 | 11 | 100000 | 111101 |
Color Harmonies of #BB7D7A
Complementary color
Monochromatic Colors of #BB7D7A
Black with #BB7D7A
Text Example
Text Example
White with #BB7D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D7A; }
p { color: rgb(187,125,122); }
H1.HeaderClassName
{
color: #BB7D7A;
}
.AnyTagClassName
{
color: #BB7D7A;
}
</style>
background-color css
<style>
a { background-color: #BB7D7A; }
a { background-color: rgb(187,125,122); }
div.DivClassName
{
background-color: #BB7D7A;
}
.BgClassName
{
background-color: #BB7D7A;
}
</style>
border-color css
<style>
span { border-color: #BB7D7A; }
span { border-color: rgb(187,125,122); }
td.TdClassName
{
border-color: #BB7D7A;
}
.TagClassName
{
border-color: #BB7D7A;
}
</style>