Shades of Brandy Rose #B08379
Tints of Brandy Rose #B08379
RGB
CMYK
RGB Variations
Color information
#B08379 (or 0xB08379) is known color: Brandy Rose. HEX triplet: B0, 83 and 79. RGB value is (176,131,121). Sum of RGB (Red+Green+Blue) = 176+131+121=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B08379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08379 is #4F7C86. Grayscale: #8F8F8F. Windows color (decimal): -5209223 or 7963568. OLE color: 7963568.
HSL color Cylindrical-coordinate representation of color #B08379: hue angle of 10.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08379 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 121 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.31 |
| HSL | 10.91º | 0.26% | 0.58% | - |
| HSV(B) | 10.91º | 0.31% | 0.69% | - |
| XYZ | 29.47 | 26.84 | 21.72 | - |
| YUV | 143.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 121 | 0 | 0.26 | 0.31 | 0.31 | 10.91 | 0.26 | 0.58 |
| Hex | B0 | 83 | 79 | 0 | 1A | 1F | 1F | B | 1A | 3A |
| Octal | 260 | 203 | 171 | 0 | 32 | 37 | 37 | 13 | 32 | 72 |
| Binary | 10110000 | 10000011 | 1111001 | 0 | 11010 | 11111 | 11111 | 1011 | 11010 | 111010 |
Color Harmonies of #B08379
Complementary color
Monochromatic Colors of #B08379
Black with #B08379
Text Example
Text Example
White with #B08379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08379; }
p { color: rgb(176,131,121); }
H1.HeaderClassName
{
color: #B08379;
}
.AnyTagClassName
{
color: #B08379;
}
</style>
background-color css
<style>
a { background-color: #B08379; }
a { background-color: rgb(176,131,121); }
div.DivClassName
{
background-color: #B08379;
}
.BgClassName
{
background-color: #B08379;
}
</style>
border-color css
<style>
span { border-color: #B08379; }
span { border-color: rgb(176,131,121); }
td.TdClassName
{
border-color: #B08379;
}
.TagClassName
{
border-color: #B08379;
}
</style>