Shades of Brandy Rose #BC826F
Tints of Brandy Rose #BC826F
RGB
CMYK
RGB Variations
Color information
#BC826F (or 0xBC826F) is known color: Brandy Rose. HEX triplet: BC, 82 and 6F. RGB value is (188,130,111). Sum of RGB (Red+Green+Blue) = 188+130+111=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC826F is #437D90. Grayscale: #919191. Windows color (decimal): -4423057 or 7307964. OLE color: 7307964.
HSL color Cylindrical-coordinate representation of color #BC826F: hue angle of 14.81º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC826F is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 111 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.26 |
| HSL | 14.81º | 0.36% | 0.59% | - |
| HSV(B) | 14.81º | 0.41% | 0.74% | - |
| XYZ | 31.59 | 27.8 | 18.74 | - |
| YUV | 145.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 111 | 0 | 0.31 | 0.41 | 0.26 | 14.81 | 0.36 | 0.59 |
| Hex | BC | 82 | 6F | 0 | 1F | 29 | 1A | F | 24 | 3B |
| Octal | 274 | 202 | 157 | 0 | 37 | 51 | 32 | 17 | 44 | 73 |
| Binary | 10111100 | 10000010 | 1101111 | 0 | 11111 | 101001 | 11010 | 1111 | 100100 | 111011 |
Color Harmonies of #BC826F
Complementary color
Monochromatic Colors of #BC826F
Black with #BC826F
Text Example
Text Example
White with #BC826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC826F; }
p { color: rgb(188,130,111); }
H1.HeaderClassName
{
color: #BC826F;
}
.AnyTagClassName
{
color: #BC826F;
}
</style>
background-color css
<style>
a { background-color: #BC826F; }
a { background-color: rgb(188,130,111); }
div.DivClassName
{
background-color: #BC826F;
}
.BgClassName
{
background-color: #BC826F;
}
</style>
border-color css
<style>
span { border-color: #BC826F; }
span { border-color: rgb(188,130,111); }
td.TdClassName
{
border-color: #BC826F;
}
.TagClassName
{
border-color: #BC826F;
}
</style>