Shades of Brandy Rose #B1857B
Tints of Brandy Rose #B1857B
RGB
CMYK
RGB Variations
Color information
#B1857B (or 0xB1857B) is known color: Brandy Rose. HEX triplet: B1, 85 and 7B. RGB value is (177,133,123). Sum of RGB (Red+Green+Blue) = 177+133+123=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1857B is #4E7A84. Grayscale: #919191. Windows color (decimal): -5143173 or 8095153. OLE color: 8095153.
HSL color Cylindrical-coordinate representation of color #B1857B: hue angle of 11.11º 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 #B1857B is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 123 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.31 |
| HSL | 11.11º | 0.26% | 0.59% | - |
| HSV(B) | 11.11º | 0.31% | 0.69% | - |
| XYZ | 30.09 | 27.55 | 22.47 | - |
| YUV | 145.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 123 | 0 | 0.25 | 0.31 | 0.31 | 11.11 | 0.26 | 0.59 |
| Hex | B1 | 85 | 7B | 0 | 19 | 1F | 1F | B | 1A | 3B |
| Octal | 261 | 205 | 173 | 0 | 31 | 37 | 37 | 13 | 32 | 73 |
| Binary | 10110001 | 10000101 | 1111011 | 0 | 11001 | 11111 | 11111 | 1011 | 11010 | 111011 |
Color Harmonies of #B1857B
Complementary color
Monochromatic Colors of #B1857B
Black with #B1857B
Text Example
Text Example
White with #B1857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1857B; }
p { color: rgb(177,133,123); }
H1.HeaderClassName
{
color: #B1857B;
}
.AnyTagClassName
{
color: #B1857B;
}
</style>
background-color css
<style>
a { background-color: #B1857B; }
a { background-color: rgb(177,133,123); }
div.DivClassName
{
background-color: #B1857B;
}
.BgClassName
{
background-color: #B1857B;
}
</style>
border-color css
<style>
span { border-color: #B1857B; }
span { border-color: rgb(177,133,123); }
td.TdClassName
{
border-color: #B1857B;
}
.TagClassName
{
border-color: #B1857B;
}
</style>