Shades of Brandy Rose #BC827A
Tints of Brandy Rose #BC827A
RGB
CMYK
RGB Variations
Color information
#BC827A (or 0xBC827A) is known color: Brandy Rose. HEX triplet: BC, 82 and 7A. RGB value is (188,130,122). Sum of RGB (Red+Green+Blue) = 188+130+122=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC827A is #437D85. Grayscale: #929292. Windows color (decimal): -4423046 or 8028860. OLE color: 8028860.
HSL color Cylindrical-coordinate representation of color #BC827A: hue angle of 7.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC827A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 122 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.26 |
| HSL | 7.27º | 0.33% | 0.61% | - |
| HSV(B) | 7.27º | 0.35% | 0.74% | - |
| XYZ | 32.23 | 28.06 | 22.13 | - |
| YUV | 146.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 122 | 0 | 0.31 | 0.35 | 0.26 | 7.27 | 0.33 | 0.61 |
| Hex | BC | 82 | 7A | 0 | 1F | 23 | 1A | 7 | 21 | 3D |
| Octal | 274 | 202 | 172 | 0 | 37 | 43 | 32 | 7 | 41 | 75 |
| Binary | 10111100 | 10000010 | 1111010 | 0 | 11111 | 100011 | 11010 | 111 | 100001 | 111101 |
Color Harmonies of #BC827A
Complementary color
Monochromatic Colors of #BC827A
Black with #BC827A
Text Example
Text Example
White with #BC827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC827A; }
p { color: rgb(188,130,122); }
H1.HeaderClassName
{
color: #BC827A;
}
.AnyTagClassName
{
color: #BC827A;
}
</style>
background-color css
<style>
a { background-color: #BC827A; }
a { background-color: rgb(188,130,122); }
div.DivClassName
{
background-color: #BC827A;
}
.BgClassName
{
background-color: #BC827A;
}
</style>
border-color css
<style>
span { border-color: #BC827A; }
span { border-color: rgb(188,130,122); }
td.TdClassName
{
border-color: #BC827A;
}
.TagClassName
{
border-color: #BC827A;
}
</style>