Shades of Brandy Rose #BB7D68
Tints of Brandy Rose #BB7D68
RGB
CMYK
RGB Variations
Color information
#BB7D68 (or 0xBB7D68) is known color: Brandy Rose. HEX triplet: BB, 7D and 68. RGB value is (187,125,104). Sum of RGB (Red+Green+Blue) = 187+125+104=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D68 is #448297. Grayscale: #8D8D8D. Windows color (decimal): -4489880 or 6847931. OLE color: 6847931.
HSL color Cylindrical-coordinate representation of color #BB7D68: hue angle of 15.18º 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 #BB7D68 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 104 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.27 |
| HSL | 15.18º | 0.38% | 0.57% | - |
| HSV(B) | 15.18º | 0.44% | 0.73% | - |
| XYZ | 30.33 | 26.23 | 16.56 | - |
| YUV | 141.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 104 | 0 | 0.33 | 0.44 | 0.27 | 15.18 | 0.38 | 0.57 |
| Hex | BB | 7D | 68 | 0 | 21 | 2C | 1B | F | 26 | 39 |
| Octal | 273 | 175 | 150 | 0 | 41 | 54 | 33 | 17 | 46 | 71 |
| Binary | 10111011 | 1111101 | 1101000 | 0 | 100001 | 101100 | 11011 | 1111 | 100110 | 111001 |
Color Harmonies of #BB7D68
Complementary color
Monochromatic Colors of #BB7D68
Black with #BB7D68
Text Example
Text Example
White with #BB7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D68; }
p { color: rgb(187,125,104); }
H1.HeaderClassName
{
color: #BB7D68;
}
.AnyTagClassName
{
color: #BB7D68;
}
</style>
background-color css
<style>
a { background-color: #BB7D68; }
a { background-color: rgb(187,125,104); }
div.DivClassName
{
background-color: #BB7D68;
}
.BgClassName
{
background-color: #BB7D68;
}
</style>
border-color css
<style>
span { border-color: #BB7D68; }
span { border-color: rgb(187,125,104); }
td.TdClassName
{
border-color: #BB7D68;
}
.TagClassName
{
border-color: #BB7D68;
}
</style>