Shades of Brandy Rose #B3826D
Tints of Brandy Rose #B3826D
RGB
CMYK
RGB Variations
Color information
#B3826D (or 0xB3826D) is known color: Brandy Rose. HEX triplet: B3, 82 and 6D. RGB value is (179,130,109). Sum of RGB (Red+Green+Blue) = 179+130+109=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3826D is #4C7D92. Grayscale: #8E8E8E. Windows color (decimal): -5012883 or 7176883. OLE color: 7176883.
HSL color Cylindrical-coordinate representation of color #B3826D: hue angle of 18º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3826D is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 109 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.30 |
| HSL | 18º | 0.32% | 0.56% | - |
| HSV(B) | 18º | 0.39% | 0.7% | - |
| XYZ | 29.33 | 26.65 | 18.07 | - |
| YUV | 142.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 109 | 0 | 0.27 | 0.39 | 0.30 | 18 | 0.32 | 0.56 |
| Hex | B3 | 82 | 6D | 0 | 1B | 27 | 1E | 12 | 20 | 38 |
| Octal | 263 | 202 | 155 | 0 | 33 | 47 | 36 | 22 | 40 | 70 |
| Binary | 10110011 | 10000010 | 1101101 | 0 | 11011 | 100111 | 11110 | 10010 | 100000 | 111000 |
Color Harmonies of #B3826D
Complementary color
Monochromatic Colors of #B3826D
Black with #B3826D
Text Example
Text Example
White with #B3826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3826D; }
p { color: rgb(179,130,109); }
H1.HeaderClassName
{
color: #B3826D;
}
.AnyTagClassName
{
color: #B3826D;
}
</style>
background-color css
<style>
a { background-color: #B3826D; }
a { background-color: rgb(179,130,109); }
div.DivClassName
{
background-color: #B3826D;
}
.BgClassName
{
background-color: #B3826D;
}
</style>
border-color css
<style>
span { border-color: #B3826D; }
span { border-color: rgb(179,130,109); }
td.TdClassName
{
border-color: #B3826D;
}
.TagClassName
{
border-color: #B3826D;
}
</style>