Shades of Brandy Rose #B1837A
Tints of Brandy Rose #B1837A
RGB
CMYK
RGB Variations
Color information
#B1837A (or 0xB1837A) is known color: Brandy Rose. HEX triplet: B1, 83 and 7A. RGB value is (177,131,122). Sum of RGB (Red+Green+Blue) = 177+131+122=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1837A is #4E7C85. Grayscale: #8F8F8F. Windows color (decimal): -5143686 or 8029105. OLE color: 8029105.
HSL color Cylindrical-coordinate representation of color #B1837A: hue angle of 9.82º 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 #B1837A is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 122 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.31 |
| HSL | 9.82º | 0.26% | 0.59% | - |
| HSV(B) | 9.82º | 0.31% | 0.69% | - |
| XYZ | 29.76 | 26.98 | 22.05 | - |
| YUV | 143.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 122 | 0 | 0.26 | 0.31 | 0.31 | 9.82 | 0.26 | 0.59 |
| Hex | B1 | 83 | 7A | 0 | 1A | 1F | 1F | A | 1A | 3B |
| Octal | 261 | 203 | 172 | 0 | 32 | 37 | 37 | 12 | 32 | 73 |
| Binary | 10110001 | 10000011 | 1111010 | 0 | 11010 | 11111 | 11111 | 1010 | 11010 | 111011 |
Color Harmonies of #B1837A
Complementary color
Monochromatic Colors of #B1837A
Black with #B1837A
Text Example
Text Example
White with #B1837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1837A; }
p { color: rgb(177,131,122); }
H1.HeaderClassName
{
color: #B1837A;
}
.AnyTagClassName
{
color: #B1837A;
}
</style>
background-color css
<style>
a { background-color: #B1837A; }
a { background-color: rgb(177,131,122); }
div.DivClassName
{
background-color: #B1837A;
}
.BgClassName
{
background-color: #B1837A;
}
</style>
border-color css
<style>
span { border-color: #B1837A; }
span { border-color: rgb(177,131,122); }
td.TdClassName
{
border-color: #B1837A;
}
.TagClassName
{
border-color: #B1837A;
}
</style>