Shades of Brandy Rose #B87978
Tints of Brandy Rose #B87978
RGB
CMYK
RGB Variations
Color information
#B87978 (or 0xB87978) is known color: Brandy Rose. HEX triplet: B8, 79 and 78. RGB value is (184,121,120). Sum of RGB (Red+Green+Blue) = 184+121+120=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B87978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87978 is #478687. Grayscale: #8B8B8B. Windows color (decimal): -4687496 or 7895480. OLE color: 7895480.
HSL color Cylindrical-coordinate representation of color #B87978: hue angle of 0.94º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B87978 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 120 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.28 |
| HSL | 0.94º | 0.31% | 0.6% | - |
| HSV(B) | 0.94º | 0.35% | 0.72% | - |
| XYZ | 29.99 | 25.22 | 21.06 | - |
| YUV | 139.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 120 | 0 | 0.34 | 0.35 | 0.28 | 0.94 | 0.31 | 0.6 |
| Hex | B8 | 79 | 78 | 0 | 22 | 23 | 1C | 1 | 1F | 3C |
| Octal | 270 | 171 | 170 | 0 | 42 | 43 | 34 | 1 | 37 | 74 |
| Binary | 10111000 | 1111001 | 1111000 | 0 | 100010 | 100011 | 11100 | 1 | 11111 | 111100 |
Color Harmonies of #B87978
Complementary color
Monochromatic Colors of #B87978
Black with #B87978
Text Example
Text Example
White with #B87978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87978; }
p { color: rgb(184,121,120); }
H1.HeaderClassName
{
color: #B87978;
}
.AnyTagClassName
{
color: #B87978;
}
</style>
background-color css
<style>
a { background-color: #B87978; }
a { background-color: rgb(184,121,120); }
div.DivClassName
{
background-color: #B87978;
}
.BgClassName
{
background-color: #B87978;
}
</style>
border-color css
<style>
span { border-color: #B87978; }
span { border-color: rgb(184,121,120); }
td.TdClassName
{
border-color: #B87978;
}
.TagClassName
{
border-color: #B87978;
}
</style>