Shades of Brandy Rose #B97F7F
Tints of Brandy Rose #B97F7F
RGB
CMYK
RGB Variations
Color information
#B97F7F (or 0xB97F7F) is known color: Brandy Rose. HEX triplet: B9, 7F and 7F. RGB value is (185,127,127). Sum of RGB (Red+Green+Blue) = 185+127+127=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F7F is #468080. Grayscale: #909090. Windows color (decimal): -4620417 or 8355769. OLE color: 8355769.
HSL color Cylindrical-coordinate representation of color #B97F7F: hue angle of 0º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B97F7F is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 127 | 127 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.27 |
| HSL | 0º | 0.29% | 0.61% | - |
| HSV(B) | 0º | 0.31% | 0.73% | - |
| XYZ | 31.43 | 27.03 | 23.64 | - |
| YUV | 144.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 127 | 127 | 0 | 0.31 | 0.31 | 0.27 | 0 | 0.29 | 0.61 |
| Hex | B9 | 7F | 7F | 0 | 1F | 1F | 1B | 0 | 1D | 3D |
| Octal | 271 | 177 | 177 | 0 | 37 | 37 | 33 | 0 | 35 | 75 |
| Binary | 10111001 | 1111111 | 1111111 | 0 | 11111 | 11111 | 11011 | 0 | 11101 | 111101 |
Color Harmonies of #B97F7F
Complementary color
Monochromatic Colors of #B97F7F
Black with #B97F7F
Text Example
Text Example
White with #B97F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97F7F; }
p { color: rgb(185,127,127); }
H1.HeaderClassName
{
color: #B97F7F;
}
.AnyTagClassName
{
color: #B97F7F;
}
</style>
background-color css
<style>
a { background-color: #B97F7F; }
a { background-color: rgb(185,127,127); }
div.DivClassName
{
background-color: #B97F7F;
}
.BgClassName
{
background-color: #B97F7F;
}
</style>
border-color css
<style>
span { border-color: #B97F7F; }
span { border-color: rgb(185,127,127); }
td.TdClassName
{
border-color: #B97F7F;
}
.TagClassName
{
border-color: #B97F7F;
}
</style>