Shades of Brandy Rose #B1816E
Tints of Brandy Rose #B1816E
RGB
CMYK
RGB Variations
Color information
#B1816E (or 0xB1816E) is known color: Brandy Rose. HEX triplet: B1, 81 and 6E. RGB value is (177,129,110). Sum of RGB (Red+Green+Blue) = 177+129+110=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1816E is #4E7E91. Grayscale: #8D8D8D. Windows color (decimal): -5144210 or 7242161. OLE color: 7242161.
HSL color Cylindrical-coordinate representation of color #B1816E: hue angle of 17.01º 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 #B1816E is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 110 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.31 |
| HSL | 17.01º | 0.3% | 0.56% | - |
| HSV(B) | 17.01º | 0.38% | 0.69% | - |
| XYZ | 28.8 | 26.17 | 18.29 | - |
| YUV | 141.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 110 | 0 | 0.27 | 0.38 | 0.31 | 17.01 | 0.3 | 0.56 |
| Hex | B1 | 81 | 6E | 0 | 1B | 26 | 1F | 11 | 1E | 38 |
| Octal | 261 | 201 | 156 | 0 | 33 | 46 | 37 | 21 | 36 | 70 |
| Binary | 10110001 | 10000001 | 1101110 | 0 | 11011 | 100110 | 11111 | 10001 | 11110 | 111000 |
Color Harmonies of #B1816E
Complementary color
Monochromatic Colors of #B1816E
Black with #B1816E
Text Example
Text Example
White with #B1816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1816E; }
p { color: rgb(177,129,110); }
H1.HeaderClassName
{
color: #B1816E;
}
.AnyTagClassName
{
color: #B1816E;
}
</style>
background-color css
<style>
a { background-color: #B1816E; }
a { background-color: rgb(177,129,110); }
div.DivClassName
{
background-color: #B1816E;
}
.BgClassName
{
background-color: #B1816E;
}
</style>
border-color css
<style>
span { border-color: #B1816E; }
span { border-color: rgb(177,129,110); }
td.TdClassName
{
border-color: #B1816E;
}
.TagClassName
{
border-color: #B1816E;
}
</style>