Shades of Brandy Rose #B67F71
Tints of Brandy Rose #B67F71
RGB
CMYK
RGB Variations
Color information
#B67F71 (or 0xB67F71) is known color: Brandy Rose. HEX triplet: B6, 7F and 71. RGB value is (182,127,113). Sum of RGB (Red+Green+Blue) = 182+127+113=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F71 is #49808E. Grayscale: #8D8D8D. Windows color (decimal): -4817039 or 7438262. OLE color: 7438262.
HSL color Cylindrical-coordinate representation of color #B67F71: hue angle of 12.17º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B67F71 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 113 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.29 |
| HSL | 12.17º | 0.32% | 0.58% | - |
| HSV(B) | 12.17º | 0.38% | 0.71% | - |
| XYZ | 29.86 | 26.32 | 19.13 | - |
| YUV | 141.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 113 | 0 | 0.30 | 0.38 | 0.29 | 12.17 | 0.32 | 0.58 |
| Hex | B6 | 7F | 71 | 0 | 1E | 26 | 1D | C | 20 | 3A |
| Octal | 266 | 177 | 161 | 0 | 36 | 46 | 35 | 14 | 40 | 72 |
| Binary | 10110110 | 1111111 | 1110001 | 0 | 11110 | 100110 | 11101 | 1100 | 100000 | 111010 |
Color Harmonies of #B67F71
Complementary color
Monochromatic Colors of #B67F71
Black with #B67F71
Text Example
Text Example
White with #B67F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F71; }
p { color: rgb(182,127,113); }
H1.HeaderClassName
{
color: #B67F71;
}
.AnyTagClassName
{
color: #B67F71;
}
</style>
background-color css
<style>
a { background-color: #B67F71; }
a { background-color: rgb(182,127,113); }
div.DivClassName
{
background-color: #B67F71;
}
.BgClassName
{
background-color: #B67F71;
}
</style>
border-color css
<style>
span { border-color: #B67F71; }
span { border-color: rgb(182,127,113); }
td.TdClassName
{
border-color: #B67F71;
}
.TagClassName
{
border-color: #B67F71;
}
</style>