Shades of Brandy Rose #B38881
Tints of Brandy Rose #B38881
RGB
CMYK
RGB Variations
Color information
#B38881 (or 0xB38881) is known color: Brandy Rose. HEX triplet: B3, 88 and 81. RGB value is (179,136,129). Sum of RGB (Red+Green+Blue) = 179+136+129=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B38881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38881 is #4C777E. Grayscale: #949494. Windows color (decimal): -5011327 or 8489139. OLE color: 8489139.
HSL color Cylindrical-coordinate representation of color #B38881: hue angle of 8.4º 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 #B38881 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 129 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.30 |
| HSL | 8.4º | 0.25% | 0.6% | - |
| HSV(B) | 8.4º | 0.28% | 0.7% | - |
| XYZ | 31.36 | 28.78 | 24.67 | - |
| YUV | 148.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 129 | 0 | 0.24 | 0.28 | 0.30 | 8.4 | 0.25 | 0.6 |
| Hex | B3 | 88 | 81 | 0 | 18 | 1C | 1E | 8 | 19 | 3C |
| Octal | 263 | 210 | 201 | 0 | 30 | 34 | 36 | 10 | 31 | 74 |
| Binary | 10110011 | 10001000 | 10000001 | 0 | 11000 | 11100 | 11110 | 1000 | 11001 | 111100 |
Color Harmonies of #B38881
Complementary color
Monochromatic Colors of #B38881
Black with #B38881
Text Example
Text Example
White with #B38881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38881; }
p { color: rgb(179,136,129); }
H1.HeaderClassName
{
color: #B38881;
}
.AnyTagClassName
{
color: #B38881;
}
</style>
background-color css
<style>
a { background-color: #B38881; }
a { background-color: rgb(179,136,129); }
div.DivClassName
{
background-color: #B38881;
}
.BgClassName
{
background-color: #B38881;
}
</style>
border-color css
<style>
span { border-color: #B38881; }
span { border-color: rgb(179,136,129); }
td.TdClassName
{
border-color: #B38881;
}
.TagClassName
{
border-color: #B38881;
}
</style>