Shades of Brandy Rose #B28674
Tints of Brandy Rose #B28674
RGB
CMYK
RGB Variations
Color information
#B28674 (or 0xB28674) is known color: Brandy Rose. HEX triplet: B2, 86 and 74. RGB value is (178,134,116). Sum of RGB (Red+Green+Blue) = 178+134+116=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B28674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28674 is #4D798B. Grayscale: #919191. Windows color (decimal): -5077388 or 7636658. OLE color: 7636658.
HSL color Cylindrical-coordinate representation of color #B28674: hue angle of 17.42º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28674 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 116 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.30 |
| HSL | 17.42º | 0.29% | 0.58% | - |
| HSV(B) | 17.42º | 0.35% | 0.7% | - |
| XYZ | 30.04 | 27.78 | 20.3 | - |
| YUV | 145.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 116 | 0 | 0.25 | 0.35 | 0.30 | 17.42 | 0.29 | 0.58 |
| Hex | B2 | 86 | 74 | 0 | 19 | 23 | 1E | 11 | 1D | 3A |
| Octal | 262 | 206 | 164 | 0 | 31 | 43 | 36 | 21 | 35 | 72 |
| Binary | 10110010 | 10000110 | 1110100 | 0 | 11001 | 100011 | 11110 | 10001 | 11101 | 111010 |
Color Harmonies of #B28674
Complementary color
Monochromatic Colors of #B28674
Black with #B28674
Text Example
Text Example
White with #B28674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28674; }
p { color: rgb(178,134,116); }
H1.HeaderClassName
{
color: #B28674;
}
.AnyTagClassName
{
color: #B28674;
}
</style>
background-color css
<style>
a { background-color: #B28674; }
a { background-color: rgb(178,134,116); }
div.DivClassName
{
background-color: #B28674;
}
.BgClassName
{
background-color: #B28674;
}
</style>
border-color css
<style>
span { border-color: #B28674; }
span { border-color: rgb(178,134,116); }
td.TdClassName
{
border-color: #B28674;
}
.TagClassName
{
border-color: #B28674;
}
</style>