Shades of Brandy Rose #B2826D
Tints of Brandy Rose #B2826D
RGB
CMYK
RGB Variations
Color information
#B2826D (or 0xB2826D) is known color: Brandy Rose. HEX triplet: B2, 82 and 6D. RGB value is (178,130,109). Sum of RGB (Red+Green+Blue) = 178+130+109=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2826D is #4D7D92. Grayscale: #8E8E8E. Windows color (decimal): -5078419 or 7176882. OLE color: 7176882.
HSL color Cylindrical-coordinate representation of color #B2826D: hue angle of 18.26º degrees, saturation: 0.31, 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 #B2826D is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 109 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.30 |
| HSL | 18.26º | 0.31% | 0.56% | - |
| HSV(B) | 18.26º | 0.39% | 0.7% | - |
| XYZ | 29.1 | 26.53 | 18.06 | - |
| YUV | 141.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 109 | 0 | 0.27 | 0.39 | 0.30 | 18.26 | 0.31 | 0.56 |
| Hex | B2 | 82 | 6D | 0 | 1B | 27 | 1E | 12 | 1F | 38 |
| Octal | 262 | 202 | 155 | 0 | 33 | 47 | 36 | 22 | 37 | 70 |
| Binary | 10110010 | 10000010 | 1101101 | 0 | 11011 | 100111 | 11110 | 10010 | 11111 | 111000 |
Color Harmonies of #B2826D
Complementary color
Monochromatic Colors of #B2826D
Black with #B2826D
Text Example
Text Example
White with #B2826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2826D; }
p { color: rgb(178,130,109); }
H1.HeaderClassName
{
color: #B2826D;
}
.AnyTagClassName
{
color: #B2826D;
}
</style>
background-color css
<style>
a { background-color: #B2826D; }
a { background-color: rgb(178,130,109); }
div.DivClassName
{
background-color: #B2826D;
}
.BgClassName
{
background-color: #B2826D;
}
</style>
border-color css
<style>
span { border-color: #B2826D; }
span { border-color: rgb(178,130,109); }
td.TdClassName
{
border-color: #B2826D;
}
.TagClassName
{
border-color: #B2826D;
}
</style>