Shades of Brandy Rose #B17973
Tints of Brandy Rose #B17973
RGB
CMYK
RGB Variations
Color information
#B17973 (or 0xB17973) is known color: Brandy Rose. HEX triplet: B1, 79 and 73. RGB value is (177,121,115). Sum of RGB (Red+Green+Blue) = 177+121+115=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B17973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17973 is #4E868C. Grayscale: #898989. Windows color (decimal): -5146253 or 7567793. OLE color: 7567793.
HSL color Cylindrical-coordinate representation of color #B17973: hue angle of 5.81º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17973 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 115 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.31 |
| HSL | 5.81º | 0.28% | 0.57% | - |
| HSV(B) | 5.81º | 0.35% | 0.69% | - |
| XYZ | 28.06 | 24.26 | 19.42 | - |
| YUV | 137.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 115 | 0 | 0.32 | 0.35 | 0.31 | 5.81 | 0.28 | 0.57 |
| Hex | B1 | 79 | 73 | 0 | 20 | 23 | 1F | 6 | 1C | 39 |
| Octal | 261 | 171 | 163 | 0 | 40 | 43 | 37 | 6 | 34 | 71 |
| Binary | 10110001 | 1111001 | 1110011 | 0 | 100000 | 100011 | 11111 | 110 | 11100 | 111001 |
Color Harmonies of #B17973
Complementary color
Monochromatic Colors of #B17973
Black with #B17973
Text Example
Text Example
White with #B17973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17973; }
p { color: rgb(177,121,115); }
H1.HeaderClassName
{
color: #B17973;
}
.AnyTagClassName
{
color: #B17973;
}
</style>
background-color css
<style>
a { background-color: #B17973; }
a { background-color: rgb(177,121,115); }
div.DivClassName
{
background-color: #B17973;
}
.BgClassName
{
background-color: #B17973;
}
</style>
border-color css
<style>
span { border-color: #B17973; }
span { border-color: rgb(177,121,115); }
td.TdClassName
{
border-color: #B17973;
}
.TagClassName
{
border-color: #B17973;
}
</style>