Shades of Brandy Rose #B1807A
Tints of Brandy Rose #B1807A
RGB
CMYK
RGB Variations
Color information
#B1807A (or 0xB1807A) is known color: Brandy Rose. HEX triplet: B1, 80 and 7A. RGB value is (177,128,122). Sum of RGB (Red+Green+Blue) = 177+128+122=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B1807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1807A is #4E7F85. Grayscale: #8E8E8E. Windows color (decimal): -5144454 or 8028337. OLE color: 8028337.
HSL color Cylindrical-coordinate representation of color #B1807A: hue angle of 6.55º 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 #B1807A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 122 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.31 |
| HSL | 6.55º | 0.26% | 0.59% | - |
| HSV(B) | 6.55º | 0.31% | 0.69% | - |
| XYZ | 29.36 | 26.19 | 21.92 | - |
| YUV | 141.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 122 | 0 | 0.28 | 0.31 | 0.31 | 6.55 | 0.26 | 0.59 |
| Hex | B1 | 80 | 7A | 0 | 1C | 1F | 1F | 7 | 1A | 3B |
| Octal | 261 | 200 | 172 | 0 | 34 | 37 | 37 | 7 | 32 | 73 |
| Binary | 10110001 | 10000000 | 1111010 | 0 | 11100 | 11111 | 11111 | 111 | 11010 | 111011 |
Color Harmonies of #B1807A
Complementary color
Monochromatic Colors of #B1807A
Black with #B1807A
Text Example
Text Example
White with #B1807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1807A; }
p { color: rgb(177,128,122); }
H1.HeaderClassName
{
color: #B1807A;
}
.AnyTagClassName
{
color: #B1807A;
}
</style>
background-color css
<style>
a { background-color: #B1807A; }
a { background-color: rgb(177,128,122); }
div.DivClassName
{
background-color: #B1807A;
}
.BgClassName
{
background-color: #B1807A;
}
</style>
border-color css
<style>
span { border-color: #B1807A; }
span { border-color: rgb(177,128,122); }
td.TdClassName
{
border-color: #B1807A;
}
.TagClassName
{
border-color: #B1807A;
}
</style>