Shades of Brandy Rose #B28975
Tints of Brandy Rose #B28975
RGB
CMYK
RGB Variations
Color information
#B28975 (or 0xB28975) is known color: Brandy Rose. HEX triplet: B2, 89 and 75. RGB value is (178,137,117). Sum of RGB (Red+Green+Blue) = 178+137+117=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B28975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28975 is #4D768A. Grayscale: #939393. Windows color (decimal): -5076619 or 7702962. OLE color: 7702962.
HSL color Cylindrical-coordinate representation of color #B28975: hue angle of 19.67º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B28975 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 117 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.30 |
| HSL | 19.67º | 0.28% | 0.58% | - |
| HSV(B) | 19.67º | 0.34% | 0.7% | - |
| XYZ | 30.52 | 28.64 | 20.75 | - |
| YUV | 146.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 117 | 0 | 0.23 | 0.34 | 0.30 | 19.67 | 0.28 | 0.58 |
| Hex | B2 | 89 | 75 | 0 | 17 | 22 | 1E | 14 | 1C | 3A |
| Octal | 262 | 211 | 165 | 0 | 27 | 42 | 36 | 24 | 34 | 72 |
| Binary | 10110010 | 10001001 | 1110101 | 0 | 10111 | 100010 | 11110 | 10100 | 11100 | 111010 |
Color Harmonies of #B28975
Complementary color
Monochromatic Colors of #B28975
Black with #B28975
Text Example
Text Example
White with #B28975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28975; }
p { color: rgb(178,137,117); }
H1.HeaderClassName
{
color: #B28975;
}
.AnyTagClassName
{
color: #B28975;
}
</style>
background-color css
<style>
a { background-color: #B28975; }
a { background-color: rgb(178,137,117); }
div.DivClassName
{
background-color: #B28975;
}
.BgClassName
{
background-color: #B28975;
}
</style>
border-color css
<style>
span { border-color: #B28975; }
span { border-color: rgb(178,137,117); }
td.TdClassName
{
border-color: #B28975;
}
.TagClassName
{
border-color: #B28975;
}
</style>