Shades of Brandy Rose #B38871
Tints of Brandy Rose #B38871
RGB
CMYK
RGB Variations
Color information
#B38871 (or 0xB38871) is known color: Brandy Rose. HEX triplet: B3, 88 and 71. RGB value is (179,136,113). Sum of RGB (Red+Green+Blue) = 179+136+113=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38871 is #4C778E. Grayscale: #929292. Windows color (decimal): -5011343 or 7440563. OLE color: 7440563.
HSL color Cylindrical-coordinate representation of color #B38871: hue angle of 20.91º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B38871 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 113 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.30 |
| HSL | 20.91º | 0.3% | 0.57% | - |
| HSV(B) | 20.91º | 0.37% | 0.7% | - |
| XYZ | 30.38 | 28.38 | 19.5 | - |
| YUV | 146.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 113 | 0 | 0.24 | 0.37 | 0.30 | 20.91 | 0.3 | 0.57 |
| Hex | B3 | 88 | 71 | 0 | 18 | 25 | 1E | 15 | 1E | 39 |
| Octal | 263 | 210 | 161 | 0 | 30 | 45 | 36 | 25 | 36 | 71 |
| Binary | 10110011 | 10001000 | 1110001 | 0 | 11000 | 100101 | 11110 | 10101 | 11110 | 111001 |
Color Harmonies of #B38871
Complementary color
Monochromatic Colors of #B38871
Black with #B38871
Text Example
Text Example
White with #B38871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38871; }
p { color: rgb(179,136,113); }
H1.HeaderClassName
{
color: #B38871;
}
.AnyTagClassName
{
color: #B38871;
}
</style>
background-color css
<style>
a { background-color: #B38871; }
a { background-color: rgb(179,136,113); }
div.DivClassName
{
background-color: #B38871;
}
.BgClassName
{
background-color: #B38871;
}
</style>
border-color css
<style>
span { border-color: #B38871; }
span { border-color: rgb(179,136,113); }
td.TdClassName
{
border-color: #B38871;
}
.TagClassName
{
border-color: #B38871;
}
</style>