Shades of Brandy Rose #B2806E
Tints of Brandy Rose #B2806E
RGB
CMYK
RGB Variations
Color information
#B2806E (or 0xB2806E) is known color: Brandy Rose. HEX triplet: B2, 80 and 6E. RGB value is (178,128,110). Sum of RGB (Red+Green+Blue) = 178+128+110=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2806E is #4D7F91. Grayscale: #8D8D8D. Windows color (decimal): -5078930 or 7241906. OLE color: 7241906.
HSL color Cylindrical-coordinate representation of color #B2806E: hue angle of 15.88º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2806E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 110 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.30 |
| HSL | 15.88º | 0.31% | 0.56% | - |
| HSV(B) | 15.88º | 0.38% | 0.7% | - |
| XYZ | 28.89 | 26.03 | 18.25 | - |
| YUV | 140.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 110 | 0 | 0.28 | 0.38 | 0.30 | 15.88 | 0.31 | 0.56 |
| Hex | B2 | 80 | 6E | 0 | 1C | 26 | 1E | 10 | 1F | 38 |
| Octal | 262 | 200 | 156 | 0 | 34 | 46 | 36 | 20 | 37 | 70 |
| Binary | 10110010 | 10000000 | 1101110 | 0 | 11100 | 100110 | 11110 | 10000 | 11111 | 111000 |
Color Harmonies of #B2806E
Complementary color
Monochromatic Colors of #B2806E
Black with #B2806E
Text Example
Text Example
White with #B2806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2806E; }
p { color: rgb(178,128,110); }
H1.HeaderClassName
{
color: #B2806E;
}
.AnyTagClassName
{
color: #B2806E;
}
</style>
background-color css
<style>
a { background-color: #B2806E; }
a { background-color: rgb(178,128,110); }
div.DivClassName
{
background-color: #B2806E;
}
.BgClassName
{
background-color: #B2806E;
}
</style>
border-color css
<style>
span { border-color: #B2806E; }
span { border-color: rgb(178,128,110); }
td.TdClassName
{
border-color: #B2806E;
}
.TagClassName
{
border-color: #B2806E;
}
</style>