Shades of Brandy Rose #B2846F
Tints of Brandy Rose #B2846F
RGB
CMYK
RGB Variations
Color information
#B2846F (or 0xB2846F) is known color: Brandy Rose. HEX triplet: B2, 84 and 6F. RGB value is (178,132,111). Sum of RGB (Red+Green+Blue) = 178+132+111=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2846F is #4D7B90. Grayscale: #8F8F8F. Windows color (decimal): -5077905 or 7308466. OLE color: 7308466.
HSL color Cylindrical-coordinate representation of color #B2846F: hue angle of 18.81º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2846F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 111 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.30 |
| HSL | 18.81º | 0.3% | 0.57% | - |
| HSV(B) | 18.81º | 0.38% | 0.7% | - |
| XYZ | 29.48 | 27.12 | 18.72 | - |
| YUV | 143.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 111 | 0 | 0.26 | 0.38 | 0.30 | 18.81 | 0.3 | 0.57 |
| Hex | B2 | 84 | 6F | 0 | 1A | 26 | 1E | 13 | 1E | 39 |
| Octal | 262 | 204 | 157 | 0 | 32 | 46 | 36 | 23 | 36 | 71 |
| Binary | 10110010 | 10000100 | 1101111 | 0 | 11010 | 100110 | 11110 | 10011 | 11110 | 111001 |
Color Harmonies of #B2846F
Complementary color
Monochromatic Colors of #B2846F
Black with #B2846F
Text Example
Text Example
White with #B2846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2846F; }
p { color: rgb(178,132,111); }
H1.HeaderClassName
{
color: #B2846F;
}
.AnyTagClassName
{
color: #B2846F;
}
</style>
background-color css
<style>
a { background-color: #B2846F; }
a { background-color: rgb(178,132,111); }
div.DivClassName
{
background-color: #B2846F;
}
.BgClassName
{
background-color: #B2846F;
}
</style>
border-color css
<style>
span { border-color: #B2846F; }
span { border-color: rgb(178,132,111); }
td.TdClassName
{
border-color: #B2846F;
}
.TagClassName
{
border-color: #B2846F;
}
</style>