Shades of Brandy Rose #B9807B
Tints of Brandy Rose #B9807B
RGB
CMYK
RGB Variations
Color information
#B9807B (or 0xB9807B) is known color: Brandy Rose. HEX triplet: B9, 80 and 7B. RGB value is (185,128,123). Sum of RGB (Red+Green+Blue) = 185+128+123=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9807B is #467F84. Grayscale: #909090. Windows color (decimal): -4620165 or 8093881. OLE color: 8093881.
HSL color Cylindrical-coordinate representation of color #B9807B: hue angle of 4.84º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9807B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 123 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.27 |
| HSL | 4.84º | 0.31% | 0.6% | - |
| HSV(B) | 4.84º | 0.34% | 0.73% | - |
| XYZ | 31.3 | 27.18 | 22.34 | - |
| YUV | 144.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 123 | 0 | 0.31 | 0.34 | 0.27 | 4.84 | 0.31 | 0.6 |
| Hex | B9 | 80 | 7B | 0 | 1F | 22 | 1B | 5 | 1F | 3C |
| Octal | 271 | 200 | 173 | 0 | 37 | 42 | 33 | 5 | 37 | 74 |
| Binary | 10111001 | 10000000 | 1111011 | 0 | 11111 | 100010 | 11011 | 101 | 11111 | 111100 |
Color Harmonies of #B9807B
Complementary color
Monochromatic Colors of #B9807B
Black with #B9807B
Text Example
Text Example
White with #B9807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9807B; }
p { color: rgb(185,128,123); }
H1.HeaderClassName
{
color: #B9807B;
}
.AnyTagClassName
{
color: #B9807B;
}
</style>
background-color css
<style>
a { background-color: #B9807B; }
a { background-color: rgb(185,128,123); }
div.DivClassName
{
background-color: #B9807B;
}
.BgClassName
{
background-color: #B9807B;
}
</style>
border-color css
<style>
span { border-color: #B9807B; }
span { border-color: rgb(185,128,123); }
td.TdClassName
{
border-color: #B9807B;
}
.TagClassName
{
border-color: #B9807B;
}
</style>