Shades of Brandy Rose #B17B7B
Tints of Brandy Rose #B17B7B
RGB
CMYK
RGB Variations
Color information
#B17B7B (or 0xB17B7B) is known color: Brandy Rose. HEX triplet: B1, 7B and 7B. RGB value is (177,123,123). Sum of RGB (Red+Green+Blue) = 177+123+123=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B7B is #4E8484. Grayscale: #8B8B8B. Windows color (decimal): -5145733 or 8092593. OLE color: 8092593.
HSL color Cylindrical-coordinate representation of color #B17B7B: hue angle of 0º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17B7B is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 123 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.31 |
| HSL | 0º | 0.26% | 0.59% | - |
| HSV(B) | 0º | 0.31% | 0.69% | - |
| XYZ | 28.79 | 24.94 | 22.04 | - |
| YUV | 139.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 123 | 0 | 0.31 | 0.31 | 0.31 | 0 | 0.26 | 0.59 |
| Hex | B1 | 7B | 7B | 0 | 1F | 1F | 1F | 0 | 1A | 3B |
| Octal | 261 | 173 | 173 | 0 | 37 | 37 | 37 | 0 | 32 | 73 |
| Binary | 10110001 | 1111011 | 1111011 | 0 | 11111 | 11111 | 11111 | 0 | 11010 | 111011 |
Color Harmonies of #B17B7B
Complementary color
Monochromatic Colors of #B17B7B
Black with #B17B7B
Text Example
Text Example
White with #B17B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B7B; }
p { color: rgb(177,123,123); }
H1.HeaderClassName
{
color: #B17B7B;
}
.AnyTagClassName
{
color: #B17B7B;
}
</style>
background-color css
<style>
a { background-color: #B17B7B; }
a { background-color: rgb(177,123,123); }
div.DivClassName
{
background-color: #B17B7B;
}
.BgClassName
{
background-color: #B17B7B;
}
</style>
border-color css
<style>
span { border-color: #B17B7B; }
span { border-color: rgb(177,123,123); }
td.TdClassName
{
border-color: #B17B7B;
}
.TagClassName
{
border-color: #B17B7B;
}
</style>