Shades of Brandy Rose #B38581
Tints of Brandy Rose #B38581
RGB
CMYK
RGB Variations
Color information
#B38581 (or 0xB38581) is known color: Brandy Rose. HEX triplet: B3, 85 and 81. RGB value is (179,133,129). Sum of RGB (Red+Green+Blue) = 179+133+129=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B38581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38581 is #4C7A7E. Grayscale: #929292. Windows color (decimal): -5012095 or 8488371. OLE color: 8488371.
HSL color Cylindrical-coordinate representation of color #B38581: hue angle of 4.8º 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 #B38581 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 129 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.30 |
| HSL | 4.8º | 0.25% | 0.6% | - |
| HSV(B) | 4.8º | 0.28% | 0.7% | - |
| XYZ | 30.94 | 27.94 | 24.53 | - |
| YUV | 146.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 129 | 0 | 0.26 | 0.28 | 0.30 | 4.8 | 0.25 | 0.6 |
| Hex | B3 | 85 | 81 | 0 | 1A | 1C | 1E | 5 | 19 | 3C |
| Octal | 263 | 205 | 201 | 0 | 32 | 34 | 36 | 5 | 31 | 74 |
| Binary | 10110011 | 10000101 | 10000001 | 0 | 11010 | 11100 | 11110 | 101 | 11001 | 111100 |
Color Harmonies of #B38581
Complementary color
Monochromatic Colors of #B38581
Black with #B38581
Text Example
Text Example
White with #B38581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38581; }
p { color: rgb(179,133,129); }
H1.HeaderClassName
{
color: #B38581;
}
.AnyTagClassName
{
color: #B38581;
}
</style>
background-color css
<style>
a { background-color: #B38581; }
a { background-color: rgb(179,133,129); }
div.DivClassName
{
background-color: #B38581;
}
.BgClassName
{
background-color: #B38581;
}
</style>
border-color css
<style>
span { border-color: #B38581; }
span { border-color: rgb(179,133,129); }
td.TdClassName
{
border-color: #B38581;
}
.TagClassName
{
border-color: #B38581;
}
</style>