Shades of Brandy Rose #BB7E69
Tints of Brandy Rose #BB7E69
RGB
CMYK
RGB Variations
Color information
#BB7E69 (or 0xBB7E69) is known color: Brandy Rose. HEX triplet: BB, 7E and 69. RGB value is (187,126,105). Sum of RGB (Red+Green+Blue) = 187+126+105=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E69 is #448196. Grayscale: #8D8D8D. Windows color (decimal): -4489623 or 6913723. OLE color: 6913723.
HSL color Cylindrical-coordinate representation of color #BB7E69: hue angle of 15.37º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7E69 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 126 | 105 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.27 |
| HSL | 15.37º | 0.38% | 0.57% | - |
| HSV(B) | 15.37º | 0.44% | 0.73% | - |
| XYZ | 30.5 | 26.51 | 16.87 | - |
| YUV | 141.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 105 | 0 | 0.33 | 0.44 | 0.27 | 15.37 | 0.38 | 0.57 |
| Hex | BB | 7E | 69 | 0 | 21 | 2C | 1B | F | 26 | 39 |
| Octal | 273 | 176 | 151 | 0 | 41 | 54 | 33 | 17 | 46 | 71 |
| Binary | 10111011 | 1111110 | 1101001 | 0 | 100001 | 101100 | 11011 | 1111 | 100110 | 111001 |
Color Harmonies of #BB7E69
Complementary color
Monochromatic Colors of #BB7E69
Black with #BB7E69
Text Example
Text Example
White with #BB7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7E69; }
p { color: rgb(187,126,105); }
H1.HeaderClassName
{
color: #BB7E69;
}
.AnyTagClassName
{
color: #BB7E69;
}
</style>
background-color css
<style>
a { background-color: #BB7E69; }
a { background-color: rgb(187,126,105); }
div.DivClassName
{
background-color: #BB7E69;
}
.BgClassName
{
background-color: #BB7E69;
}
</style>
border-color css
<style>
span { border-color: #BB7E69; }
span { border-color: rgb(187,126,105); }
td.TdClassName
{
border-color: #BB7E69;
}
.TagClassName
{
border-color: #BB7E69;
}
</style>