Shades of Brandy Rose #B28781
Tints of Brandy Rose #B28781
RGB
CMYK
RGB Variations
Color information
#B28781 (or 0xB28781) is known color: Brandy Rose. HEX triplet: B2, 87 and 81. RGB value is (178,135,129). Sum of RGB (Red+Green+Blue) = 178+135+129=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28781 is #4D787E. Grayscale: #939393. Windows color (decimal): -5077119 or 8488882. OLE color: 8488882.
HSL color Cylindrical-coordinate representation of color #B28781: hue angle of 7.35º degrees, saturation: 0.24, 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 #B28781 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 129 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.30 |
| HSL | 7.35º | 0.24% | 0.6% | - |
| HSV(B) | 7.35º | 0.28% | 0.7% | - |
| XYZ | 30.99 | 28.38 | 24.61 | - |
| YUV | 147.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 129 | 0 | 0.24 | 0.28 | 0.30 | 7.35 | 0.24 | 0.6 |
| Hex | B2 | 87 | 81 | 0 | 18 | 1C | 1E | 7 | 18 | 3C |
| Octal | 262 | 207 | 201 | 0 | 30 | 34 | 36 | 7 | 30 | 74 |
| Binary | 10110010 | 10000111 | 10000001 | 0 | 11000 | 11100 | 11110 | 111 | 11000 | 111100 |
Color Harmonies of #B28781
Complementary color
Monochromatic Colors of #B28781
Black with #B28781
Text Example
Text Example
White with #B28781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28781; }
p { color: rgb(178,135,129); }
H1.HeaderClassName
{
color: #B28781;
}
.AnyTagClassName
{
color: #B28781;
}
</style>
background-color css
<style>
a { background-color: #B28781; }
a { background-color: rgb(178,135,129); }
div.DivClassName
{
background-color: #B28781;
}
.BgClassName
{
background-color: #B28781;
}
</style>
border-color css
<style>
span { border-color: #B28781; }
span { border-color: rgb(178,135,129); }
td.TdClassName
{
border-color: #B28781;
}
.TagClassName
{
border-color: #B28781;
}
</style>