Shades of Brandy Rose #BC7B7A
Tints of Brandy Rose #BC7B7A
RGB
CMYK
RGB Variations
Color information
#BC7B7A (or 0xBC7B7A) is known color: Brandy Rose. HEX triplet: BC, 7B and 7A. RGB value is (188,123,122). Sum of RGB (Red+Green+Blue) = 188+123+122=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B7A is #438485. Grayscale: #8E8E8E. Windows color (decimal): -4424838 or 8027068. OLE color: 8027068.
HSL color Cylindrical-coordinate representation of color #BC7B7A: hue angle of 0.91º 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 #BC7B7A is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 122 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.26 |
| HSL | 0.91º | 0.33% | 0.61% | - |
| HSV(B) | 0.91º | 0.35% | 0.74% | - |
| XYZ | 31.33 | 26.26 | 21.83 | - |
| YUV | 142.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 122 | 0 | 0.35 | 0.35 | 0.26 | 0.91 | 0.33 | 0.61 |
| Hex | BC | 7B | 7A | 0 | 23 | 23 | 1A | 1 | 21 | 3D |
| Octal | 274 | 173 | 172 | 0 | 43 | 43 | 32 | 1 | 41 | 75 |
| Binary | 10111100 | 1111011 | 1111010 | 0 | 100011 | 100011 | 11010 | 1 | 100001 | 111101 |
Color Harmonies of #BC7B7A
Complementary color
Monochromatic Colors of #BC7B7A
Black with #BC7B7A
Text Example
Text Example
White with #BC7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B7A; }
p { color: rgb(188,123,122); }
H1.HeaderClassName
{
color: #BC7B7A;
}
.AnyTagClassName
{
color: #BC7B7A;
}
</style>
background-color css
<style>
a { background-color: #BC7B7A; }
a { background-color: rgb(188,123,122); }
div.DivClassName
{
background-color: #BC7B7A;
}
.BgClassName
{
background-color: #BC7B7A;
}
</style>
border-color css
<style>
span { border-color: #BC7B7A; }
span { border-color: rgb(188,123,122); }
td.TdClassName
{
border-color: #BC7B7A;
}
.TagClassName
{
border-color: #BC7B7A;
}
</style>