Shades of Brandy Rose #B38A77
Tints of Brandy Rose #B38A77
RGB
CMYK
RGB Variations
Color information
#B38A77 (or 0xB38A77) is known color: Brandy Rose. HEX triplet: B3, 8A and 77. RGB value is (179,138,119). Sum of RGB (Red+Green+Blue) = 179+138+119=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A77 is #4C7588. Grayscale: #949494. Windows color (decimal): -5010825 or 7834291. OLE color: 7834291.
HSL color Cylindrical-coordinate representation of color #B38A77: hue angle of 19º 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 #B38A77 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 119 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.30 |
| HSL | 19º | 0.28% | 0.58% | - |
| HSV(B) | 19º | 0.34% | 0.7% | - |
| XYZ | 31.01 | 29.09 | 21.43 | - |
| YUV | 148.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 119 | 0 | 0.23 | 0.34 | 0.30 | 19 | 0.28 | 0.58 |
| Hex | B3 | 8A | 77 | 0 | 17 | 22 | 1E | 13 | 1C | 3A |
| Octal | 263 | 212 | 167 | 0 | 27 | 42 | 36 | 23 | 34 | 72 |
| Binary | 10110011 | 10001010 | 1110111 | 0 | 10111 | 100010 | 11110 | 10011 | 11100 | 111010 |
Color Harmonies of #B38A77
Complementary color
Monochromatic Colors of #B38A77
Black with #B38A77
Text Example
Text Example
White with #B38A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A77; }
p { color: rgb(179,138,119); }
H1.HeaderClassName
{
color: #B38A77;
}
.AnyTagClassName
{
color: #B38A77;
}
</style>
background-color css
<style>
a { background-color: #B38A77; }
a { background-color: rgb(179,138,119); }
div.DivClassName
{
background-color: #B38A77;
}
.BgClassName
{
background-color: #B38A77;
}
</style>
border-color css
<style>
span { border-color: #B38A77; }
span { border-color: rgb(179,138,119); }
td.TdClassName
{
border-color: #B38A77;
}
.TagClassName
{
border-color: #B38A77;
}
</style>