Shades of Brandy Rose #B38077
Tints of Brandy Rose #B38077
RGB
CMYK
RGB Variations
Color information
#B38077 (or 0xB38077) is known color: Brandy Rose. HEX triplet: B3, 80 and 77. RGB value is (179,128,119). Sum of RGB (Red+Green+Blue) = 179+128+119=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B38077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38077 is #4C7F88. Grayscale: #8E8E8E. Windows color (decimal): -5013385 or 7831731. OLE color: 7831731.
HSL color Cylindrical-coordinate representation of color #B38077: hue angle of 9º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38077 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 119 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.30 |
| HSL | 9º | 0.28% | 0.58% | - |
| HSV(B) | 9º | 0.34% | 0.7% | - |
| XYZ | 29.64 | 26.35 | 20.98 | - |
| YUV | 142.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 119 | 0 | 0.28 | 0.34 | 0.30 | 9 | 0.28 | 0.58 |
| Hex | B3 | 80 | 77 | 0 | 1C | 22 | 1E | 9 | 1C | 3A |
| Octal | 263 | 200 | 167 | 0 | 34 | 42 | 36 | 11 | 34 | 72 |
| Binary | 10110011 | 10000000 | 1110111 | 0 | 11100 | 100010 | 11110 | 1001 | 11100 | 111010 |
Color Harmonies of #B38077
Complementary color
Monochromatic Colors of #B38077
Black with #B38077
Text Example
Text Example
White with #B38077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38077; }
p { color: rgb(179,128,119); }
H1.HeaderClassName
{
color: #B38077;
}
.AnyTagClassName
{
color: #B38077;
}
</style>
background-color css
<style>
a { background-color: #B38077; }
a { background-color: rgb(179,128,119); }
div.DivClassName
{
background-color: #B38077;
}
.BgClassName
{
background-color: #B38077;
}
</style>
border-color css
<style>
span { border-color: #B38077; }
span { border-color: rgb(179,128,119); }
td.TdClassName
{
border-color: #B38077;
}
.TagClassName
{
border-color: #B38077;
}
</style>