Shades of Brandy Rose #B17E7E
Tints of Brandy Rose #B17E7E
RGB
CMYK
RGB Variations
Color information
#B17E7E (or 0xB17E7E) is known color: Brandy Rose. HEX triplet: B1, 7E and 7E. RGB value is (177,126,126). Sum of RGB (Red+Green+Blue) = 177+126+126=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E7E is #4E8181. Grayscale: #8D8D8D. Windows color (decimal): -5144962 or 8289969. OLE color: 8289969.
HSL color Cylindrical-coordinate representation of color #B17E7E: hue angle of 0º 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 #B17E7E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 126 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.31 |
| HSL | 0º | 0.25% | 0.59% | - |
| HSV(B) | 0º | 0.29% | 0.69% | - |
| XYZ | 29.36 | 25.78 | 23.17 | - |
| YUV | 141.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 126 | 0 | 0.29 | 0.29 | 0.31 | 0 | 0.25 | 0.59 |
| Hex | B1 | 7E | 7E | 0 | 1D | 1D | 1F | 0 | 19 | 3B |
| Octal | 261 | 176 | 176 | 0 | 35 | 35 | 37 | 0 | 31 | 73 |
| Binary | 10110001 | 1111110 | 1111110 | 0 | 11101 | 11101 | 11111 | 0 | 11001 | 111011 |
Color Harmonies of #B17E7E
Complementary color
Monochromatic Colors of #B17E7E
Black with #B17E7E
Text Example
Text Example
White with #B17E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E7E; }
p { color: rgb(177,126,126); }
H1.HeaderClassName
{
color: #B17E7E;
}
.AnyTagClassName
{
color: #B17E7E;
}
</style>
background-color css
<style>
a { background-color: #B17E7E; }
a { background-color: rgb(177,126,126); }
div.DivClassName
{
background-color: #B17E7E;
}
.BgClassName
{
background-color: #B17E7E;
}
</style>
border-color css
<style>
span { border-color: #B17E7E; }
span { border-color: rgb(177,126,126); }
td.TdClassName
{
border-color: #B17E7E;
}
.TagClassName
{
border-color: #B17E7E;
}
</style>