Shades of Brandy Rose #BC826B
Tints of Brandy Rose #BC826B
RGB
CMYK
RGB Variations
Color information
#BC826B (or 0xBC826B) is known color: Brandy Rose. HEX triplet: BC, 82 and 6B. RGB value is (188,130,107). Sum of RGB (Red+Green+Blue) = 188+130+107=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC826B is #437D94. Grayscale: #909090. Windows color (decimal): -4423061 or 7045820. OLE color: 7045820.
HSL color Cylindrical-coordinate representation of color #BC826B: hue angle of 17.04º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC826B is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 107 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.26 |
| HSL | 17.04º | 0.38% | 0.58% | - |
| HSV(B) | 17.04º | 0.43% | 0.74% | - |
| XYZ | 31.38 | 27.72 | 17.61 | - |
| YUV | 144.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 107 | 0 | 0.31 | 0.43 | 0.26 | 17.04 | 0.38 | 0.58 |
| Hex | BC | 82 | 6B | 0 | 1F | 2B | 1A | 11 | 26 | 3A |
| Octal | 274 | 202 | 153 | 0 | 37 | 53 | 32 | 21 | 46 | 72 |
| Binary | 10111100 | 10000010 | 1101011 | 0 | 11111 | 101011 | 11010 | 10001 | 100110 | 111010 |
Color Harmonies of #BC826B
Complementary color
Monochromatic Colors of #BC826B
Black with #BC826B
Text Example
Text Example
White with #BC826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC826B; }
p { color: rgb(188,130,107); }
H1.HeaderClassName
{
color: #BC826B;
}
.AnyTagClassName
{
color: #BC826B;
}
</style>
background-color css
<style>
a { background-color: #BC826B; }
a { background-color: rgb(188,130,107); }
div.DivClassName
{
background-color: #BC826B;
}
.BgClassName
{
background-color: #BC826B;
}
</style>
border-color css
<style>
span { border-color: #BC826B; }
span { border-color: rgb(188,130,107); }
td.TdClassName
{
border-color: #BC826B;
}
.TagClassName
{
border-color: #BC826B;
}
</style>