Shades of Brandy Rose #B17A7A
Tints of Brandy Rose #B17A7A
RGB
CMYK
RGB Variations
Color information
#B17A7A (or 0xB17A7A) is known color: Brandy Rose. HEX triplet: B1, 7A and 7A. RGB value is (177,122,122). Sum of RGB (Red+Green+Blue) = 177+122+122=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A7A is #4E8585. Grayscale: #8A8A8A. Windows color (decimal): -5145990 or 8026801. OLE color: 8026801.
HSL color Cylindrical-coordinate representation of color #B17A7A: 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 #B17A7A is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 122 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.31 |
| HSL | 0º | 0.26% | 0.59% | - |
| HSV(B) | 0º | 0.31% | 0.69% | - |
| XYZ | 28.6 | 24.67 | 21.67 | - |
| YUV | 138.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 122 | 0 | 0.31 | 0.31 | 0.31 | 0 | 0.26 | 0.59 |
| Hex | B1 | 7A | 7A | 0 | 1F | 1F | 1F | 0 | 1A | 3B |
| Octal | 261 | 172 | 172 | 0 | 37 | 37 | 37 | 0 | 32 | 73 |
| Binary | 10110001 | 1111010 | 1111010 | 0 | 11111 | 11111 | 11111 | 0 | 11010 | 111011 |
Color Harmonies of #B17A7A
Complementary color
Monochromatic Colors of #B17A7A
Black with #B17A7A
Text Example
Text Example
White with #B17A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A7A; }
p { color: rgb(177,122,122); }
H1.HeaderClassName
{
color: #B17A7A;
}
.AnyTagClassName
{
color: #B17A7A;
}
</style>
background-color css
<style>
a { background-color: #B17A7A; }
a { background-color: rgb(177,122,122); }
div.DivClassName
{
background-color: #B17A7A;
}
.BgClassName
{
background-color: #B17A7A;
}
</style>
border-color css
<style>
span { border-color: #B17A7A; }
span { border-color: rgb(177,122,122); }
td.TdClassName
{
border-color: #B17A7A;
}
.TagClassName
{
border-color: #B17A7A;
}
</style>