Shades of Brandy Rose #B38674
Tints of Brandy Rose #B38674
RGB
CMYK
RGB Variations
Color information
#B38674 (or 0xB38674) is known color: Brandy Rose. HEX triplet: B3, 86 and 74. RGB value is (179,134,116). Sum of RGB (Red+Green+Blue) = 179+134+116=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B38674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38674 is #4C798B. Grayscale: #919191. Windows color (decimal): -5011852 or 7636659. OLE color: 7636659.
HSL color Cylindrical-coordinate representation of color #B38674: hue angle of 17.14º 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 #B38674 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 116 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.30 |
| HSL | 17.14º | 0.29% | 0.58% | - |
| HSV(B) | 17.14º | 0.35% | 0.7% | - |
| XYZ | 30.27 | 27.89 | 20.31 | - |
| YUV | 145.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 116 | 0 | 0.25 | 0.35 | 0.30 | 17.14 | 0.29 | 0.58 |
| Hex | B3 | 86 | 74 | 0 | 19 | 23 | 1E | 11 | 1D | 3A |
| Octal | 263 | 206 | 164 | 0 | 31 | 43 | 36 | 21 | 35 | 72 |
| Binary | 10110011 | 10000110 | 1110100 | 0 | 11001 | 100011 | 11110 | 10001 | 11101 | 111010 |
Color Harmonies of #B38674
Complementary color
Monochromatic Colors of #B38674
Black with #B38674
Text Example
Text Example
White with #B38674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38674; }
p { color: rgb(179,134,116); }
H1.HeaderClassName
{
color: #B38674;
}
.AnyTagClassName
{
color: #B38674;
}
</style>
background-color css
<style>
a { background-color: #B38674; }
a { background-color: rgb(179,134,116); }
div.DivClassName
{
background-color: #B38674;
}
.BgClassName
{
background-color: #B38674;
}
</style>
border-color css
<style>
span { border-color: #B38674; }
span { border-color: rgb(179,134,116); }
td.TdClassName
{
border-color: #B38674;
}
.TagClassName
{
border-color: #B38674;
}
</style>