Shades of Brandy Rose #B38981
Tints of Brandy Rose #B38981
RGB
CMYK
RGB Variations
Color information
#B38981 (or 0xB38981) is known color: Brandy Rose. HEX triplet: B3, 89 and 81. RGB value is (179,137,129). Sum of RGB (Red+Green+Blue) = 179+137+129=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38981 is #4C767E. Grayscale: #949494. Windows color (decimal): -5011071 or 8489395. OLE color: 8489395.
HSL color Cylindrical-coordinate representation of color #B38981: hue angle of 9.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38981 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 129 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.30 |
| HSL | 9.6º | 0.25% | 0.6% | - |
| HSV(B) | 9.6º | 0.28% | 0.7% | - |
| XYZ | 31.5 | 29.06 | 24.72 | - |
| YUV | 148.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 129 | 0 | 0.23 | 0.28 | 0.30 | 9.6 | 0.25 | 0.6 |
| Hex | B3 | 89 | 81 | 0 | 17 | 1C | 1E | A | 19 | 3C |
| Octal | 263 | 211 | 201 | 0 | 27 | 34 | 36 | 12 | 31 | 74 |
| Binary | 10110011 | 10001001 | 10000001 | 0 | 10111 | 11100 | 11110 | 1010 | 11001 | 111100 |
Color Harmonies of #B38981
Complementary color
Monochromatic Colors of #B38981
Black with #B38981
Text Example
Text Example
White with #B38981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38981; }
p { color: rgb(179,137,129); }
H1.HeaderClassName
{
color: #B38981;
}
.AnyTagClassName
{
color: #B38981;
}
</style>
background-color css
<style>
a { background-color: #B38981; }
a { background-color: rgb(179,137,129); }
div.DivClassName
{
background-color: #B38981;
}
.BgClassName
{
background-color: #B38981;
}
</style>
border-color css
<style>
span { border-color: #B38981; }
span { border-color: rgb(179,137,129); }
td.TdClassName
{
border-color: #B38981;
}
.TagClassName
{
border-color: #B38981;
}
</style>