Shades of Brandy Rose #B17E6D
Tints of Brandy Rose #B17E6D
RGB
CMYK
RGB Variations
Color information
#B17E6D (or 0xB17E6D) is known color: Brandy Rose. HEX triplet: B1, 7E and 6D. RGB value is (177,126,109). Sum of RGB (Red+Green+Blue) = 177+126+109=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E6D is #4E8192. Grayscale: #8B8B8B. Windows color (decimal): -5144979 or 7175857. OLE color: 7175857.
HSL color Cylindrical-coordinate representation of color #B17E6D: hue angle of 15º 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 #B17E6D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 109 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.31 |
| HSL | 15º | 0.3% | 0.56% | - |
| HSV(B) | 15º | 0.38% | 0.69% | - |
| XYZ | 28.35 | 25.37 | 17.87 | - |
| YUV | 139.31 | 110.9 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 109 | 0 | 0.29 | 0.38 | 0.31 | 15 | 0.3 | 0.56 |
| Hex | B1 | 7E | 6D | 0 | 1D | 26 | 1F | F | 1E | 38 |
| Octal | 261 | 176 | 155 | 0 | 35 | 46 | 37 | 17 | 36 | 70 |
| Binary | 10110001 | 1111110 | 1101101 | 0 | 11101 | 100110 | 11111 | 1111 | 11110 | 111000 |
Color Harmonies of #B17E6D
Complementary color
Monochromatic Colors of #B17E6D
Black with #B17E6D
Text Example
Text Example
White with #B17E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E6D; }
p { color: rgb(177,126,109); }
H1.HeaderClassName
{
color: #B17E6D;
}
.AnyTagClassName
{
color: #B17E6D;
}
</style>
background-color css
<style>
a { background-color: #B17E6D; }
a { background-color: rgb(177,126,109); }
div.DivClassName
{
background-color: #B17E6D;
}
.BgClassName
{
background-color: #B17E6D;
}
</style>
border-color css
<style>
span { border-color: #B17E6D; }
span { border-color: rgb(177,126,109); }
td.TdClassName
{
border-color: #B17E6D;
}
.TagClassName
{
border-color: #B17E6D;
}
</style>