Shades of Brandy Rose #BC7C74
Tints of Brandy Rose #BC7C74
RGB
CMYK
RGB Variations
Color information
#BC7C74 (or 0xBC7C74) is known color: Brandy Rose. HEX triplet: BC, 7C and 74. RGB value is (188,124,116). Sum of RGB (Red+Green+Blue) = 188+124+116=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C74 is #43838B. Grayscale: #8E8E8E. Windows color (decimal): -4424588 or 7634108. OLE color: 7634108.
HSL color Cylindrical-coordinate representation of color #BC7C74: hue angle of 6.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7C74 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 116 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.26 |
| HSL | 6.67º | 0.35% | 0.6% | - |
| HSV(B) | 6.67º | 0.38% | 0.74% | - |
| XYZ | 31.1 | 26.37 | 19.97 | - |
| YUV | 142.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 116 | 0 | 0.34 | 0.38 | 0.26 | 6.67 | 0.35 | 0.6 |
| Hex | BC | 7C | 74 | 0 | 22 | 26 | 1A | 7 | 23 | 3C |
| Octal | 274 | 174 | 164 | 0 | 42 | 46 | 32 | 7 | 43 | 74 |
| Binary | 10111100 | 1111100 | 1110100 | 0 | 100010 | 100110 | 11010 | 111 | 100011 | 111100 |
Color Harmonies of #BC7C74
Complementary color
Monochromatic Colors of #BC7C74
Black with #BC7C74
Text Example
Text Example
White with #BC7C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C74; }
p { color: rgb(188,124,116); }
H1.HeaderClassName
{
color: #BC7C74;
}
.AnyTagClassName
{
color: #BC7C74;
}
</style>
background-color css
<style>
a { background-color: #BC7C74; }
a { background-color: rgb(188,124,116); }
div.DivClassName
{
background-color: #BC7C74;
}
.BgClassName
{
background-color: #BC7C74;
}
</style>
border-color css
<style>
span { border-color: #BC7C74; }
span { border-color: rgb(188,124,116); }
td.TdClassName
{
border-color: #BC7C74;
}
.TagClassName
{
border-color: #BC7C74;
}
</style>