Shades of Brandy Rose #B78674
Tints of Brandy Rose #B78674
RGB
CMYK
RGB Variations
Color information
#B78674 (or 0xB78674) is known color: Brandy Rose. HEX triplet: B7, 86 and 74. RGB value is (183,134,116). Sum of RGB (Red+Green+Blue) = 183+134+116=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B78674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78674 is #48798B. Grayscale: #929292. Windows color (decimal): -4749708 or 7636663. OLE color: 7636663.
HSL color Cylindrical-coordinate representation of color #B78674: hue angle of 16.12º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78674 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 116 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.28 |
| HSL | 16.12º | 0.32% | 0.59% | - |
| HSV(B) | 16.12º | 0.37% | 0.72% | - |
| XYZ | 31.21 | 28.38 | 20.36 | - |
| YUV | 146.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 116 | 0 | 0.27 | 0.37 | 0.28 | 16.12 | 0.32 | 0.59 |
| Hex | B7 | 86 | 74 | 0 | 1B | 25 | 1C | 10 | 20 | 3B |
| Octal | 267 | 206 | 164 | 0 | 33 | 45 | 34 | 20 | 40 | 73 |
| Binary | 10110111 | 10000110 | 1110100 | 0 | 11011 | 100101 | 11100 | 10000 | 100000 | 111011 |
Color Harmonies of #B78674
Complementary color
Monochromatic Colors of #B78674
Black with #B78674
Text Example
Text Example
White with #B78674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78674; }
p { color: rgb(183,134,116); }
H1.HeaderClassName
{
color: #B78674;
}
.AnyTagClassName
{
color: #B78674;
}
</style>
background-color css
<style>
a { background-color: #B78674; }
a { background-color: rgb(183,134,116); }
div.DivClassName
{
background-color: #B78674;
}
.BgClassName
{
background-color: #B78674;
}
</style>
border-color css
<style>
span { border-color: #B78674; }
span { border-color: rgb(183,134,116); }
td.TdClassName
{
border-color: #B78674;
}
.TagClassName
{
border-color: #B78674;
}
</style>