Shades of Brandy Rose #B18472
Tints of Brandy Rose #B18472
RGB
CMYK
RGB Variations
Color information
#B18472 (or 0xB18472) is known color: Brandy Rose. HEX triplet: B1, 84 and 72. RGB value is (177,132,114). Sum of RGB (Red+Green+Blue) = 177+132+114=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B18472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18472 is #4E7B8D. Grayscale: #8F8F8F. Windows color (decimal): -5143438 or 7505073. OLE color: 7505073.
HSL color Cylindrical-coordinate representation of color #B18472: hue angle of 17.14º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B18472 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 114 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.31 |
| HSL | 17.14º | 0.29% | 0.57% | - |
| HSV(B) | 17.14º | 0.36% | 0.69% | - |
| XYZ | 29.42 | 27.06 | 19.59 | - |
| YUV | 143.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 114 | 0 | 0.25 | 0.36 | 0.31 | 17.14 | 0.29 | 0.57 |
| Hex | B1 | 84 | 72 | 0 | 19 | 24 | 1F | 11 | 1D | 39 |
| Octal | 261 | 204 | 162 | 0 | 31 | 44 | 37 | 21 | 35 | 71 |
| Binary | 10110001 | 10000100 | 1110010 | 0 | 11001 | 100100 | 11111 | 10001 | 11101 | 111001 |
Color Harmonies of #B18472
Complementary color
Monochromatic Colors of #B18472
Black with #B18472
Text Example
Text Example
White with #B18472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18472; }
p { color: rgb(177,132,114); }
H1.HeaderClassName
{
color: #B18472;
}
.AnyTagClassName
{
color: #B18472;
}
</style>
background-color css
<style>
a { background-color: #B18472; }
a { background-color: rgb(177,132,114); }
div.DivClassName
{
background-color: #B18472;
}
.BgClassName
{
background-color: #B18472;
}
</style>
border-color css
<style>
span { border-color: #B18472; }
span { border-color: rgb(177,132,114); }
td.TdClassName
{
border-color: #B18472;
}
.TagClassName
{
border-color: #B18472;
}
</style>