Shades of Brandy Rose #B1867A
Tints of Brandy Rose #B1867A
RGB
CMYK
RGB Variations
Color information
#B1867A (or 0xB1867A) is known color: Brandy Rose. HEX triplet: B1, 86 and 7A. RGB value is (177,134,122). Sum of RGB (Red+Green+Blue) = 177+134+122=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1867A is #4E7985. Grayscale: #919191. Windows color (decimal): -5142918 or 8029873. OLE color: 8029873.
HSL color Cylindrical-coordinate representation of color #B1867A: hue angle of 13.09º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1867A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 122 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.31 |
| HSL | 13.09º | 0.26% | 0.59% | - |
| HSV(B) | 13.09º | 0.31% | 0.69% | - |
| XYZ | 30.17 | 27.8 | 22.19 | - |
| YUV | 145.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 122 | 0 | 0.24 | 0.31 | 0.31 | 13.09 | 0.26 | 0.59 |
| Hex | B1 | 86 | 7A | 0 | 18 | 1F | 1F | D | 1A | 3B |
| Octal | 261 | 206 | 172 | 0 | 30 | 37 | 37 | 15 | 32 | 73 |
| Binary | 10110001 | 10000110 | 1111010 | 0 | 11000 | 11111 | 11111 | 1101 | 11010 | 111011 |
Color Harmonies of #B1867A
Complementary color
Monochromatic Colors of #B1867A
Black with #B1867A
Text Example
Text Example
White with #B1867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1867A; }
p { color: rgb(177,134,122); }
H1.HeaderClassName
{
color: #B1867A;
}
.AnyTagClassName
{
color: #B1867A;
}
</style>
background-color css
<style>
a { background-color: #B1867A; }
a { background-color: rgb(177,134,122); }
div.DivClassName
{
background-color: #B1867A;
}
.BgClassName
{
background-color: #B1867A;
}
</style>
border-color css
<style>
span { border-color: #B1867A; }
span { border-color: rgb(177,134,122); }
td.TdClassName
{
border-color: #B1867A;
}
.TagClassName
{
border-color: #B1867A;
}
</style>