Shades of Brandy Rose #B28874
Tints of Brandy Rose #B28874
RGB
CMYK
RGB Variations
Color information
#B28874 (or 0xB28874) is known color: Brandy Rose. HEX triplet: B2, 88 and 74. RGB value is (178,136,116). Sum of RGB (Red+Green+Blue) = 178+136+116=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B28874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28874 is #4D778B. Grayscale: #929292. Windows color (decimal): -5076876 or 7637170. OLE color: 7637170.
HSL color Cylindrical-coordinate representation of color #B28874: hue angle of 19.35º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28874 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 116 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.30 |
| HSL | 19.35º | 0.29% | 0.58% | - |
| HSV(B) | 19.35º | 0.35% | 0.7% | - |
| XYZ | 30.32 | 28.33 | 20.39 | - |
| YUV | 146.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 116 | 0 | 0.24 | 0.35 | 0.30 | 19.35 | 0.29 | 0.58 |
| Hex | B2 | 88 | 74 | 0 | 18 | 23 | 1E | 13 | 1D | 3A |
| Octal | 262 | 210 | 164 | 0 | 30 | 43 | 36 | 23 | 35 | 72 |
| Binary | 10110010 | 10001000 | 1110100 | 0 | 11000 | 100011 | 11110 | 10011 | 11101 | 111010 |
Color Harmonies of #B28874
Complementary color
Monochromatic Colors of #B28874
Black with #B28874
Text Example
Text Example
White with #B28874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28874; }
p { color: rgb(178,136,116); }
H1.HeaderClassName
{
color: #B28874;
}
.AnyTagClassName
{
color: #B28874;
}
</style>
background-color css
<style>
a { background-color: #B28874; }
a { background-color: rgb(178,136,116); }
div.DivClassName
{
background-color: #B28874;
}
.BgClassName
{
background-color: #B28874;
}
</style>
border-color css
<style>
span { border-color: #B28874; }
span { border-color: rgb(178,136,116); }
td.TdClassName
{
border-color: #B28874;
}
.TagClassName
{
border-color: #B28874;
}
</style>