Shades of Brandy Rose #B18178
Tints of Brandy Rose #B18178
RGB
CMYK
RGB Variations
Color information
#B18178 (or 0xB18178) is known color: Brandy Rose. HEX triplet: B1, 81 and 78. RGB value is (177,129,120). Sum of RGB (Red+Green+Blue) = 177+129+120=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B18178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18178 is #4E7E87. Grayscale: #8E8E8E. Windows color (decimal): -5144200 or 7897521. OLE color: 7897521.
HSL color Cylindrical-coordinate representation of color #B18178: hue angle of 9.47º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18178 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 120 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.31 |
| HSL | 9.47º | 0.27% | 0.58% | - |
| HSV(B) | 9.47º | 0.32% | 0.69% | - |
| XYZ | 29.37 | 26.4 | 21.32 | - |
| YUV | 142.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 120 | 0 | 0.27 | 0.32 | 0.31 | 9.47 | 0.27 | 0.58 |
| Hex | B1 | 81 | 78 | 0 | 1B | 20 | 1F | 9 | 1B | 3A |
| Octal | 261 | 201 | 170 | 0 | 33 | 40 | 37 | 11 | 33 | 72 |
| Binary | 10110001 | 10000001 | 1111000 | 0 | 11011 | 100000 | 11111 | 1001 | 11011 | 111010 |
Color Harmonies of #B18178
Complementary color
Monochromatic Colors of #B18178
Black with #B18178
Text Example
Text Example
White with #B18178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18178; }
p { color: rgb(177,129,120); }
H1.HeaderClassName
{
color: #B18178;
}
.AnyTagClassName
{
color: #B18178;
}
</style>
background-color css
<style>
a { background-color: #B18178; }
a { background-color: rgb(177,129,120); }
div.DivClassName
{
background-color: #B18178;
}
.BgClassName
{
background-color: #B18178;
}
</style>
border-color css
<style>
span { border-color: #B18178; }
span { border-color: rgb(177,129,120); }
td.TdClassName
{
border-color: #B18178;
}
.TagClassName
{
border-color: #B18178;
}
</style>