Shades of Brandy Rose #BC7F7B
Tints of Brandy Rose #BC7F7B
RGB
CMYK
RGB Variations
Color information
#BC7F7B (or 0xBC7F7B) is known color: Brandy Rose. HEX triplet: BC, 7F and 7B. RGB value is (188,127,123). Sum of RGB (Red+Green+Blue) = 188+127+123=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F7B is #438084. Grayscale: #909090. Windows color (decimal): -4423813 or 8093628. OLE color: 8093628.
HSL color Cylindrical-coordinate representation of color #BC7F7B: hue angle of 3.69º 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 #BC7F7B is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 123 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.26 |
| HSL | 3.69º | 0.33% | 0.61% | - |
| HSV(B) | 3.69º | 0.35% | 0.74% | - |
| XYZ | 31.9 | 27.3 | 22.33 | - |
| YUV | 144.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 123 | 0 | 0.32 | 0.35 | 0.26 | 3.69 | 0.33 | 0.61 |
| Hex | BC | 7F | 7B | 0 | 20 | 23 | 1A | 4 | 21 | 3D |
| Octal | 274 | 177 | 173 | 0 | 40 | 43 | 32 | 4 | 41 | 75 |
| Binary | 10111100 | 1111111 | 1111011 | 0 | 100000 | 100011 | 11010 | 100 | 100001 | 111101 |
Color Harmonies of #BC7F7B
Complementary color
Monochromatic Colors of #BC7F7B
Black with #BC7F7B
Text Example
Text Example
White with #BC7F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F7B; }
p { color: rgb(188,127,123); }
H1.HeaderClassName
{
color: #BC7F7B;
}
.AnyTagClassName
{
color: #BC7F7B;
}
</style>
background-color css
<style>
a { background-color: #BC7F7B; }
a { background-color: rgb(188,127,123); }
div.DivClassName
{
background-color: #BC7F7B;
}
.BgClassName
{
background-color: #BC7F7B;
}
</style>
border-color css
<style>
span { border-color: #BC7F7B; }
span { border-color: rgb(188,127,123); }
td.TdClassName
{
border-color: #BC7F7B;
}
.TagClassName
{
border-color: #BC7F7B;
}
</style>