Shades of Brandy Rose #B28274
Tints of Brandy Rose #B28274
RGB
CMYK
RGB Variations
Color information
#B28274 (or 0xB28274) is known color: Brandy Rose. HEX triplet: B2, 82 and 74. RGB value is (178,130,116). Sum of RGB (Red+Green+Blue) = 178+130+116=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B28274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28274 is #4D7D8B. Grayscale: #8E8E8E. Windows color (decimal): -5078412 or 7635634. OLE color: 7635634.
HSL color Cylindrical-coordinate representation of color #B28274: hue angle of 13.55º 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 #B28274 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 116 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.30 |
| HSL | 13.55º | 0.29% | 0.58% | - |
| HSV(B) | 13.55º | 0.35% | 0.7% | - |
| XYZ | 29.5 | 26.69 | 20.12 | - |
| YUV | 142.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 116 | 0 | 0.27 | 0.35 | 0.30 | 13.55 | 0.29 | 0.58 |
| Hex | B2 | 82 | 74 | 0 | 1B | 23 | 1E | E | 1D | 3A |
| Octal | 262 | 202 | 164 | 0 | 33 | 43 | 36 | 16 | 35 | 72 |
| Binary | 10110010 | 10000010 | 1110100 | 0 | 11011 | 100011 | 11110 | 1110 | 11101 | 111010 |
Color Harmonies of #B28274
Complementary color
Monochromatic Colors of #B28274
Black with #B28274
Text Example
Text Example
White with #B28274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28274; }
p { color: rgb(178,130,116); }
H1.HeaderClassName
{
color: #B28274;
}
.AnyTagClassName
{
color: #B28274;
}
</style>
background-color css
<style>
a { background-color: #B28274; }
a { background-color: rgb(178,130,116); }
div.DivClassName
{
background-color: #B28274;
}
.BgClassName
{
background-color: #B28274;
}
</style>
border-color css
<style>
span { border-color: #B28274; }
span { border-color: rgb(178,130,116); }
td.TdClassName
{
border-color: #B28274;
}
.TagClassName
{
border-color: #B28274;
}
</style>