Shades of Brandy Rose #B8807B
Tints of Brandy Rose #B8807B
RGB
CMYK
RGB Variations
Color information
#B8807B (or 0xB8807B) is known color: Brandy Rose. HEX triplet: B8, 80 and 7B. RGB value is (184,128,123). Sum of RGB (Red+Green+Blue) = 184+128+123=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8807B is #477F84. Grayscale: #909090. Windows color (decimal): -4685701 or 8093880. OLE color: 8093880.
HSL color Cylindrical-coordinate representation of color #B8807B: hue angle of 4.92º degrees, saturation: 0.3, 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 #B8807B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 123 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.28 |
| HSL | 4.92º | 0.3% | 0.6% | - |
| HSV(B) | 4.92º | 0.33% | 0.72% | - |
| XYZ | 31.06 | 27.06 | 22.32 | - |
| YUV | 144.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 123 | 0 | 0.30 | 0.33 | 0.28 | 4.92 | 0.3 | 0.6 |
| Hex | B8 | 80 | 7B | 0 | 1E | 21 | 1C | 5 | 1E | 3C |
| Octal | 270 | 200 | 173 | 0 | 36 | 41 | 34 | 5 | 36 | 74 |
| Binary | 10111000 | 10000000 | 1111011 | 0 | 11110 | 100001 | 11100 | 101 | 11110 | 111100 |
Color Harmonies of #B8807B
Complementary color
Monochromatic Colors of #B8807B
Black with #B8807B
Text Example
Text Example
White with #B8807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8807B; }
p { color: rgb(184,128,123); }
H1.HeaderClassName
{
color: #B8807B;
}
.AnyTagClassName
{
color: #B8807B;
}
</style>
background-color css
<style>
a { background-color: #B8807B; }
a { background-color: rgb(184,128,123); }
div.DivClassName
{
background-color: #B8807B;
}
.BgClassName
{
background-color: #B8807B;
}
</style>
border-color css
<style>
span { border-color: #B8807B; }
span { border-color: rgb(184,128,123); }
td.TdClassName
{
border-color: #B8807B;
}
.TagClassName
{
border-color: #B8807B;
}
</style>