Shades of Brandy Rose #B28474
Tints of Brandy Rose #B28474
RGB
CMYK
RGB Variations
Color information
#B28474 (or 0xB28474) is known color: Brandy Rose. HEX triplet: B2, 84 and 74. RGB value is (178,132,116). Sum of RGB (Red+Green+Blue) = 178+132+116=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B28474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28474 is #4D7B8B. Grayscale: #909090. Windows color (decimal): -5077900 or 7636146. OLE color: 7636146.
HSL color Cylindrical-coordinate representation of color #B28474: hue angle of 15.48º 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 #B28474 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 116 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.30 |
| HSL | 15.48º | 0.29% | 0.58% | - |
| HSV(B) | 15.48º | 0.35% | 0.7% | - |
| XYZ | 29.76 | 27.23 | 20.21 | - |
| YUV | 143.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 116 | 0 | 0.26 | 0.35 | 0.30 | 15.48 | 0.29 | 0.58 |
| Hex | B2 | 84 | 74 | 0 | 1A | 23 | 1E | F | 1D | 3A |
| Octal | 262 | 204 | 164 | 0 | 32 | 43 | 36 | 17 | 35 | 72 |
| Binary | 10110010 | 10000100 | 1110100 | 0 | 11010 | 100011 | 11110 | 1111 | 11101 | 111010 |
Color Harmonies of #B28474
Complementary color
Monochromatic Colors of #B28474
Black with #B28474
Text Example
Text Example
White with #B28474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28474; }
p { color: rgb(178,132,116); }
H1.HeaderClassName
{
color: #B28474;
}
.AnyTagClassName
{
color: #B28474;
}
</style>
background-color css
<style>
a { background-color: #B28474; }
a { background-color: rgb(178,132,116); }
div.DivClassName
{
background-color: #B28474;
}
.BgClassName
{
background-color: #B28474;
}
</style>
border-color css
<style>
span { border-color: #B28474; }
span { border-color: rgb(178,132,116); }
td.TdClassName
{
border-color: #B28474;
}
.TagClassName
{
border-color: #B28474;
}
</style>