Shades of Brandy Rose #B1857F
Tints of Brandy Rose #B1857F
RGB
CMYK
RGB Variations
Color information
#B1857F (or 0xB1857F) is known color: Brandy Rose. HEX triplet: B1, 85 and 7F. RGB value is (177,133,127). Sum of RGB (Red+Green+Blue) = 177+133+127=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1857F is #4E7A80. Grayscale: #919191. Windows color (decimal): -5143169 or 8357297. OLE color: 8357297.
HSL color Cylindrical-coordinate representation of color #B1857F: hue angle of 7.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1857F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 127 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.31 |
| HSL | 7.2º | 0.24% | 0.6% | - |
| HSV(B) | 7.2º | 0.28% | 0.69% | - |
| XYZ | 30.35 | 27.65 | 23.82 | - |
| YUV | 145.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 127 | 0 | 0.25 | 0.28 | 0.31 | 7.2 | 0.24 | 0.6 |
| Hex | B1 | 85 | 7F | 0 | 19 | 1C | 1F | 7 | 18 | 3C |
| Octal | 261 | 205 | 177 | 0 | 31 | 34 | 37 | 7 | 30 | 74 |
| Binary | 10110001 | 10000101 | 1111111 | 0 | 11001 | 11100 | 11111 | 111 | 11000 | 111100 |
Color Harmonies of #B1857F
Complementary color
Monochromatic Colors of #B1857F
Black with #B1857F
Text Example
Text Example
White with #B1857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1857F; }
p { color: rgb(177,133,127); }
H1.HeaderClassName
{
color: #B1857F;
}
.AnyTagClassName
{
color: #B1857F;
}
</style>
background-color css
<style>
a { background-color: #B1857F; }
a { background-color: rgb(177,133,127); }
div.DivClassName
{
background-color: #B1857F;
}
.BgClassName
{
background-color: #B1857F;
}
</style>
border-color css
<style>
span { border-color: #B1857F; }
span { border-color: rgb(177,133,127); }
td.TdClassName
{
border-color: #B1857F;
}
.TagClassName
{
border-color: #B1857F;
}
</style>