Shades of Brandy Rose #BC7F7F
Tints of Brandy Rose #BC7F7F
RGB
CMYK
RGB Variations
Color information
#BC7F7F (or 0xBC7F7F) is known color: Brandy Rose. HEX triplet: BC, 7F and 7F. RGB value is (188,127,127). Sum of RGB (Red+Green+Blue) = 188+127+127=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F7F is #438080. Grayscale: #919191. Windows color (decimal): -4423809 or 8355772. OLE color: 8355772.
HSL color Cylindrical-coordinate representation of color #BC7F7F: hue angle of 0º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7F7F is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 127 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.26 |
| HSL | 0º | 0.31% | 0.62% | - |
| HSV(B) | 0º | 0.32% | 0.74% | - |
| XYZ | 32.16 | 27.4 | 23.67 | - |
| YUV | 145.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 127 | 0 | 0.32 | 0.32 | 0.26 | 0 | 0.31 | 0.62 |
| Hex | BC | 7F | 7F | 0 | 20 | 20 | 1A | 0 | 1F | 3E |
| Octal | 274 | 177 | 177 | 0 | 40 | 40 | 32 | 0 | 37 | 76 |
| Binary | 10111100 | 1111111 | 1111111 | 0 | 100000 | 100000 | 11010 | 0 | 11111 | 111110 |
Color Harmonies of #BC7F7F
Complementary color
Monochromatic Colors of #BC7F7F
Black with #BC7F7F
Text Example
Text Example
White with #BC7F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F7F; }
p { color: rgb(188,127,127); }
H1.HeaderClassName
{
color: #BC7F7F;
}
.AnyTagClassName
{
color: #BC7F7F;
}
</style>
background-color css
<style>
a { background-color: #BC7F7F; }
a { background-color: rgb(188,127,127); }
div.DivClassName
{
background-color: #BC7F7F;
}
.BgClassName
{
background-color: #BC7F7F;
}
</style>
border-color css
<style>
span { border-color: #BC7F7F; }
span { border-color: rgb(188,127,127); }
td.TdClassName
{
border-color: #BC7F7F;
}
.TagClassName
{
border-color: #BC7F7F;
}
</style>