Shades of Brandy Rose #B7897B
Tints of Brandy Rose #B7897B
RGB
CMYK
RGB Variations
Color information
#B7897B (or 0xB7897B) is known color: Brandy Rose. HEX triplet: B7, 89 and 7B. RGB value is (183,137,123). Sum of RGB (Red+Green+Blue) = 183+137+123=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7897B is #487684. Grayscale: #959595. Windows color (decimal): -4748933 or 8096183. OLE color: 8096183.
HSL color Cylindrical-coordinate representation of color #B7897B: hue angle of 14º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7897B is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 123 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.28 |
| HSL | 14º | 0.29% | 0.6% | - |
| HSV(B) | 14º | 0.33% | 0.72% | - |
| XYZ | 32.05 | 29.39 | 22.72 | - |
| YUV | 149.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 123 | 0 | 0.25 | 0.33 | 0.28 | 14 | 0.29 | 0.6 |
| Hex | B7 | 89 | 7B | 0 | 19 | 21 | 1C | E | 1D | 3C |
| Octal | 267 | 211 | 173 | 0 | 31 | 41 | 34 | 16 | 35 | 74 |
| Binary | 10110111 | 10001001 | 1111011 | 0 | 11001 | 100001 | 11100 | 1110 | 11101 | 111100 |
Color Harmonies of #B7897B
Complementary color
Monochromatic Colors of #B7897B
Black with #B7897B
Text Example
Text Example
White with #B7897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7897B; }
p { color: rgb(183,137,123); }
H1.HeaderClassName
{
color: #B7897B;
}
.AnyTagClassName
{
color: #B7897B;
}
</style>
background-color css
<style>
a { background-color: #B7897B; }
a { background-color: rgb(183,137,123); }
div.DivClassName
{
background-color: #B7897B;
}
.BgClassName
{
background-color: #B7897B;
}
</style>
border-color css
<style>
span { border-color: #B7897B; }
span { border-color: rgb(183,137,123); }
td.TdClassName
{
border-color: #B7897B;
}
.TagClassName
{
border-color: #B7897B;
}
</style>