Shades of Brandy Rose #B17E7D
Tints of Brandy Rose #B17E7D
RGB
CMYK
RGB Variations
Color information
#B17E7D (or 0xB17E7D) is known color: Brandy Rose. HEX triplet: B1, 7E and 7D. RGB value is (177,126,125). Sum of RGB (Red+Green+Blue) = 177+126+125=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E7D is #4E8182. Grayscale: #8D8D8D. Windows color (decimal): -5144963 or 8224433. OLE color: 8224433.
HSL color Cylindrical-coordinate representation of color #B17E7D: hue angle of 1.15º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17E7D is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 125 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.31 |
| HSL | 1.15º | 0.25% | 0.59% | - |
| HSV(B) | 1.15º | 0.29% | 0.69% | - |
| XYZ | 29.29 | 25.75 | 22.83 | - |
| YUV | 141.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 125 | 0 | 0.29 | 0.29 | 0.31 | 1.15 | 0.25 | 0.59 |
| Hex | B1 | 7E | 7D | 0 | 1D | 1D | 1F | 1 | 19 | 3B |
| Octal | 261 | 176 | 175 | 0 | 35 | 35 | 37 | 1 | 31 | 73 |
| Binary | 10110001 | 1111110 | 1111101 | 0 | 11101 | 11101 | 11111 | 1 | 11001 | 111011 |
Color Harmonies of #B17E7D
Complementary color
Monochromatic Colors of #B17E7D
Black with #B17E7D
Text Example
Text Example
White with #B17E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E7D; }
p { color: rgb(177,126,125); }
H1.HeaderClassName
{
color: #B17E7D;
}
.AnyTagClassName
{
color: #B17E7D;
}
</style>
background-color css
<style>
a { background-color: #B17E7D; }
a { background-color: rgb(177,126,125); }
div.DivClassName
{
background-color: #B17E7D;
}
.BgClassName
{
background-color: #B17E7D;
}
</style>
border-color css
<style>
span { border-color: #B17E7D; }
span { border-color: rgb(177,126,125); }
td.TdClassName
{
border-color: #B17E7D;
}
.TagClassName
{
border-color: #B17E7D;
}
</style>