Shades of Brandy Rose #B1816D
Tints of Brandy Rose #B1816D
RGB
CMYK
RGB Variations
Color information
#B1816D (or 0xB1816D) is known color: Brandy Rose. HEX triplet: B1, 81 and 6D. RGB value is (177,129,109). Sum of RGB (Red+Green+Blue) = 177+129+109=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1816D is #4E7E92. Grayscale: #8D8D8D. Windows color (decimal): -5144211 or 7176625. OLE color: 7176625.
HSL color Cylindrical-coordinate representation of color #B1816D: hue angle of 17.65º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1816D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 109 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.31 |
| HSL | 17.65º | 0.3% | 0.56% | - |
| HSV(B) | 17.65º | 0.38% | 0.69% | - |
| XYZ | 28.74 | 26.15 | 18 | - |
| YUV | 141.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 109 | 0 | 0.27 | 0.38 | 0.31 | 17.65 | 0.3 | 0.56 |
| Hex | B1 | 81 | 6D | 0 | 1B | 26 | 1F | 12 | 1E | 38 |
| Octal | 261 | 201 | 155 | 0 | 33 | 46 | 37 | 22 | 36 | 70 |
| Binary | 10110001 | 10000001 | 1101101 | 0 | 11011 | 100110 | 11111 | 10010 | 11110 | 111000 |
Color Harmonies of #B1816D
Complementary color
Monochromatic Colors of #B1816D
Black with #B1816D
Text Example
Text Example
White with #B1816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1816D; }
p { color: rgb(177,129,109); }
H1.HeaderClassName
{
color: #B1816D;
}
.AnyTagClassName
{
color: #B1816D;
}
</style>
background-color css
<style>
a { background-color: #B1816D; }
a { background-color: rgb(177,129,109); }
div.DivClassName
{
background-color: #B1816D;
}
.BgClassName
{
background-color: #B1816D;
}
</style>
border-color css
<style>
span { border-color: #B1816D; }
span { border-color: rgb(177,129,109); }
td.TdClassName
{
border-color: #B1816D;
}
.TagClassName
{
border-color: #B1816D;
}
</style>