Shades of Brandy Rose #B18271
Tints of Brandy Rose #B18271
RGB
CMYK
RGB Variations
Color information
#B18271 (or 0xB18271) is known color: Brandy Rose. HEX triplet: B1, 82 and 71. RGB value is (177,130,113). Sum of RGB (Red+Green+Blue) = 177+130+113=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B18271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18271 is #4E7D8E. Grayscale: #8E8E8E. Windows color (decimal): -5143951 or 7439025. OLE color: 7439025.
HSL color Cylindrical-coordinate representation of color #B18271: hue angle of 15.94º 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 #B18271 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 113 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.31 |
| HSL | 15.94º | 0.29% | 0.57% | - |
| HSV(B) | 15.94º | 0.36% | 0.69% | - |
| XYZ | 29.09 | 26.5 | 19.21 | - |
| YUV | 142.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 113 | 0 | 0.27 | 0.36 | 0.31 | 15.94 | 0.29 | 0.57 |
| Hex | B1 | 82 | 71 | 0 | 1B | 24 | 1F | 10 | 1D | 39 |
| Octal | 261 | 202 | 161 | 0 | 33 | 44 | 37 | 20 | 35 | 71 |
| Binary | 10110001 | 10000010 | 1110001 | 0 | 11011 | 100100 | 11111 | 10000 | 11101 | 111001 |
Color Harmonies of #B18271
Complementary color
Monochromatic Colors of #B18271
Black with #B18271
Text Example
Text Example
White with #B18271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18271; }
p { color: rgb(177,130,113); }
H1.HeaderClassName
{
color: #B18271;
}
.AnyTagClassName
{
color: #B18271;
}
</style>
background-color css
<style>
a { background-color: #B18271; }
a { background-color: rgb(177,130,113); }
div.DivClassName
{
background-color: #B18271;
}
.BgClassName
{
background-color: #B18271;
}
</style>
border-color css
<style>
span { border-color: #B18271; }
span { border-color: rgb(177,130,113); }
td.TdClassName
{
border-color: #B18271;
}
.TagClassName
{
border-color: #B18271;
}
</style>