Shades of Brandy Rose #B28A84
Tints of Brandy Rose #B28A84
RGB
CMYK
RGB Variations
Color information
#B28A84 (or 0xB28A84) is known color: Brandy Rose. HEX triplet: B2, 8A and 84. RGB value is (178,138,132). Sum of RGB (Red+Green+Blue) = 178+138+132=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A84 is #4D757B. Grayscale: #959595. Windows color (decimal): -5076348 or 8686258. OLE color: 8686258.
HSL color Cylindrical-coordinate representation of color #B28A84: hue angle of 7.83º 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 #B28A84 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 132 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.30 |
| HSL | 7.83º | 0.23% | 0.61% | - |
| HSV(B) | 7.83º | 0.26% | 0.7% | - |
| XYZ | 31.61 | 29.31 | 25.82 | - |
| YUV | 149.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 132 | 0 | 0.22 | 0.26 | 0.30 | 7.83 | 0.23 | 0.61 |
| Hex | B2 | 8A | 84 | 0 | 16 | 1A | 1E | 8 | 17 | 3D |
| Octal | 262 | 212 | 204 | 0 | 26 | 32 | 36 | 10 | 27 | 75 |
| Binary | 10110010 | 10001010 | 10000100 | 0 | 10110 | 11010 | 11110 | 1000 | 10111 | 111101 |
Color Harmonies of #B28A84
Complementary color
Monochromatic Colors of #B28A84
Black with #B28A84
Text Example
Text Example
White with #B28A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A84; }
p { color: rgb(178,138,132); }
H1.HeaderClassName
{
color: #B28A84;
}
.AnyTagClassName
{
color: #B28A84;
}
</style>
background-color css
<style>
a { background-color: #B28A84; }
a { background-color: rgb(178,138,132); }
div.DivClassName
{
background-color: #B28A84;
}
.BgClassName
{
background-color: #B28A84;
}
</style>
border-color css
<style>
span { border-color: #B28A84; }
span { border-color: rgb(178,138,132); }
td.TdClassName
{
border-color: #B28A84;
}
.TagClassName
{
border-color: #B28A84;
}
</style>