Shades of Brandy Rose #B28D83
Tints of Brandy Rose #B28D83
RGB
CMYK
RGB Variations
Color information
#B28D83 (or 0xB28D83) is known color: Brandy Rose. HEX triplet: B2, 8D and 83. RGB value is (178,141,131). Sum of RGB (Red+Green+Blue) = 178+141+131=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D83 is #4D727C. Grayscale: #979797. Windows color (decimal): -5075581 or 8621490. OLE color: 8621490.
HSL color Cylindrical-coordinate representation of color #B28D83: hue angle of 12.77º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B28D83 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 131 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.30 |
| HSL | 12.77º | 0.23% | 0.61% | - |
| HSV(B) | 12.77º | 0.26% | 0.7% | - |
| XYZ | 31.98 | 30.15 | 25.61 | - |
| YUV | 150.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 131 | 0 | 0.21 | 0.26 | 0.30 | 12.77 | 0.23 | 0.61 |
| Hex | B2 | 8D | 83 | 0 | 15 | 1A | 1E | D | 17 | 3D |
| Octal | 262 | 215 | 203 | 0 | 25 | 32 | 36 | 15 | 27 | 75 |
| Binary | 10110010 | 10001101 | 10000011 | 0 | 10101 | 11010 | 11110 | 1101 | 10111 | 111101 |
Color Harmonies of #B28D83
Complementary color
Monochromatic Colors of #B28D83
Black with #B28D83
Text Example
Text Example
White with #B28D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D83; }
p { color: rgb(178,141,131); }
H1.HeaderClassName
{
color: #B28D83;
}
.AnyTagClassName
{
color: #B28D83;
}
</style>
background-color css
<style>
a { background-color: #B28D83; }
a { background-color: rgb(178,141,131); }
div.DivClassName
{
background-color: #B28D83;
}
.BgClassName
{
background-color: #B28D83;
}
</style>
border-color css
<style>
span { border-color: #B28D83; }
span { border-color: rgb(178,141,131); }
td.TdClassName
{
border-color: #B28D83;
}
.TagClassName
{
border-color: #B28D83;
}
</style>