Shades of Brandy Rose #BC7B74
Tints of Brandy Rose #BC7B74
RGB
CMYK
RGB Variations
Color information
#BC7B74 (or 0xBC7B74) is known color: Brandy Rose. HEX triplet: BC, 7B and 74. RGB value is (188,123,116). Sum of RGB (Red+Green+Blue) = 188+123+116=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B74 is #43848B. Grayscale: #8D8D8D. Windows color (decimal): -4424844 or 7633852. OLE color: 7633852.
HSL color Cylindrical-coordinate representation of color #BC7B74: hue angle of 5.83º 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 #BC7B74 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 116 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.26 |
| HSL | 5.83º | 0.35% | 0.6% | - |
| HSV(B) | 5.83º | 0.38% | 0.74% | - |
| XYZ | 30.97 | 26.12 | 19.93 | - |
| YUV | 141.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 116 | 0 | 0.35 | 0.38 | 0.26 | 5.83 | 0.35 | 0.6 |
| Hex | BC | 7B | 74 | 0 | 23 | 26 | 1A | 6 | 23 | 3C |
| Octal | 274 | 173 | 164 | 0 | 43 | 46 | 32 | 6 | 43 | 74 |
| Binary | 10111100 | 1111011 | 1110100 | 0 | 100011 | 100110 | 11010 | 110 | 100011 | 111100 |
Color Harmonies of #BC7B74
Complementary color
Monochromatic Colors of #BC7B74
Black with #BC7B74
Text Example
Text Example
White with #BC7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B74; }
p { color: rgb(188,123,116); }
H1.HeaderClassName
{
color: #BC7B74;
}
.AnyTagClassName
{
color: #BC7B74;
}
</style>
background-color css
<style>
a { background-color: #BC7B74; }
a { background-color: rgb(188,123,116); }
div.DivClassName
{
background-color: #BC7B74;
}
.BgClassName
{
background-color: #BC7B74;
}
</style>
border-color css
<style>
span { border-color: #BC7B74; }
span { border-color: rgb(188,123,116); }
td.TdClassName
{
border-color: #BC7B74;
}
.TagClassName
{
border-color: #BC7B74;
}
</style>