Shades of Brandy Rose #B1846F
Tints of Brandy Rose #B1846F
RGB
CMYK
RGB Variations
Color information
#B1846F (or 0xB1846F) is known color: Brandy Rose. HEX triplet: B1, 84 and 6F. RGB value is (177,132,111). Sum of RGB (Red+Green+Blue) = 177+132+111=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1846F is #4E7B90. Grayscale: #8F8F8F. Windows color (decimal): -5143441 or 7308465. OLE color: 7308465.
HSL color Cylindrical-coordinate representation of color #B1846F: hue angle of 19.09º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1846F is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 111 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.31 |
| HSL | 19.09º | 0.3% | 0.56% | - |
| HSV(B) | 19.09º | 0.37% | 0.69% | - |
| XYZ | 29.25 | 27 | 18.71 | - |
| YUV | 143.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 111 | 0 | 0.25 | 0.37 | 0.31 | 19.09 | 0.3 | 0.56 |
| Hex | B1 | 84 | 6F | 0 | 19 | 25 | 1F | 13 | 1E | 38 |
| Octal | 261 | 204 | 157 | 0 | 31 | 45 | 37 | 23 | 36 | 70 |
| Binary | 10110001 | 10000100 | 1101111 | 0 | 11001 | 100101 | 11111 | 10011 | 11110 | 111000 |
Color Harmonies of #B1846F
Complementary color
Monochromatic Colors of #B1846F
Black with #B1846F
Text Example
Text Example
White with #B1846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1846F; }
p { color: rgb(177,132,111); }
H1.HeaderClassName
{
color: #B1846F;
}
.AnyTagClassName
{
color: #B1846F;
}
</style>
background-color css
<style>
a { background-color: #B1846F; }
a { background-color: rgb(177,132,111); }
div.DivClassName
{
background-color: #B1846F;
}
.BgClassName
{
background-color: #B1846F;
}
</style>
border-color css
<style>
span { border-color: #B1846F; }
span { border-color: rgb(177,132,111); }
td.TdClassName
{
border-color: #B1846F;
}
.TagClassName
{
border-color: #B1846F;
}
</style>