Shades of Brandy Rose #B78174
Tints of Brandy Rose #B78174
RGB
CMYK
RGB Variations
Color information
#B78174 (or 0xB78174) is known color: Brandy Rose. HEX triplet: B7, 81 and 74. RGB value is (183,129,116). Sum of RGB (Red+Green+Blue) = 183+129+116=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B78174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78174 is #487E8B. Grayscale: #8F8F8F. Windows color (decimal): -4750988 or 7635383. OLE color: 7635383.
HSL color Cylindrical-coordinate representation of color #B78174: hue angle of 11.64º 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 #B78174 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 129 | 116 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.28 |
| HSL | 11.64º | 0.32% | 0.59% | - |
| HSV(B) | 11.64º | 0.37% | 0.72% | - |
| XYZ | 30.53 | 27.03 | 20.13 | - |
| YUV | 143.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 116 | 0 | 0.30 | 0.37 | 0.28 | 11.64 | 0.32 | 0.59 |
| Hex | B7 | 81 | 74 | 0 | 1E | 25 | 1C | C | 20 | 3B |
| Octal | 267 | 201 | 164 | 0 | 36 | 45 | 34 | 14 | 40 | 73 |
| Binary | 10110111 | 10000001 | 1110100 | 0 | 11110 | 100101 | 11100 | 1100 | 100000 | 111011 |
Color Harmonies of #B78174
Complementary color
Monochromatic Colors of #B78174
Black with #B78174
Text Example
Text Example
White with #B78174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78174; }
p { color: rgb(183,129,116); }
H1.HeaderClassName
{
color: #B78174;
}
.AnyTagClassName
{
color: #B78174;
}
</style>
background-color css
<style>
a { background-color: #B78174; }
a { background-color: rgb(183,129,116); }
div.DivClassName
{
background-color: #B78174;
}
.BgClassName
{
background-color: #B78174;
}
</style>
border-color css
<style>
span { border-color: #B78174; }
span { border-color: rgb(183,129,116); }
td.TdClassName
{
border-color: #B78174;
}
.TagClassName
{
border-color: #B78174;
}
</style>